mirror of https://github.com/rwf2/Rocket.git
009be32a8c
This commit makes the following improvements to core request handling: * Absolute target URIs are not rejected. Instead, the path and query parts are passed through the application. This resolves an issue where certain HTTP/2 requests would be rejected by Rocket. * Data is never copied from the request. Previously, Rocket would copy and allocate for incoming headers. * Non-UTF-8 headers are dropped with a warning instead of being lossily, and thus perhaps incorrectly, decoded as UTF-8. The final fix is to properly support non-UTF-8 headers, no matter how in the minority they are. Resolves #1498. |
||
---|---|---|
.. | ||
codegen | ||
http | ||
lib |