ConnMan network manager
 help / color / mirror / Atom feed
* [PATCH 0/2] gweb/wispr: Normalize received HTTP header field names
@ 2026-07-07  9:16 Giuseppe Eletto
  2026-07-07  9:16 ` [PATCH 1/2] gweb: Normalize received HTTP header field names to lowercase Giuseppe Eletto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Giuseppe Eletto @ 2026-07-07  9:16 UTC (permalink / raw)
  To: connman; +Cc: Giuseppe Eletto

This series makes connman correctly handle HTTP response headers
from modern servers that send field names in lowercase, as
permitted by RFC 9110 Section 5.1.

The first patch normalizes incoming header field names to lowercase
at parse time in gweb and updates the lookup path accordingly.
The latter updates wispr call sites to pass lowercase names,
consistent with the normalized store.

Giuseppe Eletto (2):
  gweb: Normalize received HTTP header field names to lowercase
  wispr: Use lowercase header field names in g_web_result_get_header
    calls

 gweb/gweb.c   | 19 ++++++++++++++++---
 src/wispr.c   | 12 ++++++------
 tools/wispr.c |  4 ++--
 3 files changed, 24 insertions(+), 11 deletions(-)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-07 15:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07  9:16 [PATCH 0/2] gweb/wispr: Normalize received HTTP header field names Giuseppe Eletto
2026-07-07  9:16 ` [PATCH 1/2] gweb: Normalize received HTTP header field names to lowercase Giuseppe Eletto
2026-07-07  9:16 ` [PATCH 2/2] wispr: Use lowercase header field names in g_web_result_get_header calls Giuseppe Eletto
2026-07-07 15:37 ` [PATCH 0/2] gweb/wispr: Normalize received HTTP header field names Grant Erickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox