Daniel Stenberg

Results 120 issues of Daniel Stenberg

[Initial design thoughts](https://github.com/curl/curl/wiki/WebSockets) - [X] setopt documentation - [X] configure - [X] decide to not rely on any external websocket library - [X] Send HTTP request - [X] Send HTTP...

next-feature-window
libcurl API
WebSockets

The appveyor CI builds with cmake using Visual Studio 2022 are permafailing since a while back. See [log](https://ci.appveyor.com/project/curlorg/curl/builds/44285128/job/78pv85j280cnnghh) The compiler errors are: ~~~ C:/projects/curl/lib/curl_addrinfo.c: In function 'Curl_getaddrinfo_ex': C:/projects/curl/lib/curl_addrinfo.c:192:5: error: implicit...

build
cmake
Windows
CI

According to https://curl.zuul.vexxhost.dev/builds, the last curl Zuul CI build ran on June 12 but we've had numerous PRs and commits since then that should have triggered jobs there! /cc @mnaser

help wanted
CI

On a current Debian unstable upgraded today: ~~~ $ curl scp://localhost/ -v * Trying 127.0.0.1:22... * Connected to localhost (127.0.0.1) port 22 (#0) * Found host localhost in /home/daniel/.ssh/known_hosts *...

Since it may have an impact and reduce connections even more than just the single TCP connection per host.

Regarding the news about "The secret message hidden in every HTTP/2 connection" it could be fun to have a section/chapter with trivialities like this. mnot's comment on this particular thing...

... It should then ideally also include details on how to deal with TLS decryption

enhancement

Add descriptions on how to activate and use HTTP/2 with these popular servers, based on how it is done in the existing (patches/pre-release) versions.

enhancement

When I do HTTP/2 presentations I get a lot of questions about server push so I think it is worthwhile to expand that section and describe: 1 - the client...

enhancement

Since tests have proven that stream dependencies can have a significant impact on performance or time to first-draw, I think it is worth expanding the description of that.

enhancement