sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
https://www.sozu.io/
GNU Affero General Public License v3.0
3.01k stars 187 forks source link

Retrieve requestline info even when header parsing failed #1085

Open Keksoj opened 7 months ago

Keksoj commented 7 months ago

for now, if header parsing fails, we return a 400, but the access log does not indicate method, authority or path, which is information available in the request line.

Kawa should be fixed in that sense, then Sōzu make use of this change.