Change #254063
| Category | None |
| Changed by | Tim Rühsen <tim.ruehsen@gmx.de> |
| Changed at | Sat 03 Jan 2026 23:30:16 |
| Repository | https://api.github.com/repos/rockdaboot/wget2 |
| Project | rockdaboot/wget2 |
| Branch | master |
| Revision | 36797ff1019d725b9f6adae183ef2980922d7a5e |
Comments
Implement 1xx response skipping for HTTP/2 * libwget/http2.c (on_frame_recv_callback): Skip 1xx responses. * tests/Makefile.am: Add test-1xx. * tests/libtest.c (h2_on_frame_recv_callback): Send 1xx response if requested from test. * tests/libtest.h (struct url): Add new member code_1xx. * tests/test-1xx.c: New test file.
Changed files
- libwget/http2.c
- tests/Makefile.am
- tests/libtest.c
- tests/libtest.h
- tests/test-1xx.c