Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #254064

Category wget
Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
Changed at Sat 03 Jan 2026 23:30:16
Repository https://gitlab.com/gnuwget/wget2.git
Project 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