Benjamin Sergeant

Results 110 comments of Benjamin Sergeant

IXWebSocket has windows support now fyi, but no SSL yet.

I just closed this, this is where the work is happening now -> https://github.com/ebiggers/libdeflate/pull/235

Not yet, but I will probably build libnghttp2 very early in my build process. I'm gonna be working on this soon so I'll post what I find.

Are you saying that you would need a small change in Curl for this to work ? Maybe we should make a PR there it that’s the case, and the...

@indutny we might try to help here. One question thought as I see 2 paths forward. 1. Should we try to add support directly in llhttp ? 2. Should we...

In our case we ended up depending on both library but it was a bit painful build wise, because of the duplicate symbols in both library. I think a great...

ps: if anyone is blocked here, you can link with libcurl it has url parsing capabilities now -> https://curl.se/libcurl/c/libcurl-url.html We managed to move to to llhttp from http_parser, and we...

Ah I see I misread that. Also it would probably be best to set KILL_WAIT to something sensible if the value passed in is bogus (say a string or negative...

The loading bar thing could be a bug in the Microsoft terminal implementation, I'm sure the folks over there would be interested in hearing about it.

We would also like to have this supported, so that we don't have to create new threads ; in our case we'd like to use grpc as a client, and...