Re: [PATCH] Make HTTP header symbols case-insensitive

2023-09-10 Thread Skyler
ponse and the sending script will print a parsing error. After applying the patch, the error will occur in the listen script when the validator runs on the Content-Length header. Thanks, Skyler --- Original Message --- On Sunday, September 10th, 2023 at 3:34 PM, Skyler wrote: > Th

[PATCH] Make HTTP header symbols case-insensitive

2023-09-10 Thread Skyler
The web modules contain logic for operating on headers, including logic to convert Scheme data to header values, validate the values of well-known headers, and automatically add missing headers. When working with headers internally, they are stored as lowercase symbols as is idiomatic for Scheme co