https://bz.apache.org/bugzilla/show_bug.cgi?id=61220

--- Comment #5 from [email protected] ---
I can confirm that change to line 1109

                if (tmp_field == last_field && !*last_field) {

achieves the goal of permitting single-character headers and returns a 400 for
a zero character header, ie.

"x: 0"  returns 200
": 0" returns 400


Somewhat confusingly, things like 

"   : 0" return 200

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to