servo/components/net
Philip Lamb 10ec8565ea
Fixes for HTTP header compliance. (#32024)
- Fix 400 errors from nginx in response to Servo requests by implementing conformant albeit non-normative removal of whitespace from `Accept` and `Accept-Language` HTTP headers. (To match behaviour of Firefox, Safari, and Chrome) https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.2
- Provide `Host` header as REQUIRED by HTTP protocol https://www.rfc-editor.org/rfc/rfc9110#field.host
- Update tests.
2024-04-11 21:51:23 +00:00
..
fetch clippy: fix result_unit_err warnings (#31791) 2024-03-21 12:51:45 +00:00
tests Fixes for HTTP header compliance. (#32024) 2024-04-11 21:51:23 +00:00
async_runtime.rs Net: fold websocket and http tokio runtime into one (#31771) 2024-03-21 06:13:03 +00:00
Cargo.toml Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
connector.rs Net: fold websocket and http tokio runtime into one (#31771) 2024-03-21 06:13:03 +00:00
cookie.rs clippy: fix warnings in components/net (#31564) 2024-03-10 15:34:16 +00:00
cookie_storage.rs clippy: fix result_unit_err warnings (#31791) 2024-03-21 12:51:45 +00:00
data_loader.rs Fix #2909 as far as WPT is concerned, not full data-url class integration 2019-11-26 09:49:30 -05:00
decoder.rs clippy: Fix warnings in components/net (#31626) 2024-03-13 09:40:04 +00:00
filemanager_thread.rs clippy: Allow too_many_arguments for existing functions (#31974) 2024-04-02 12:50:45 +00:00
hosts.rs clippy: fix warnings in components/net (#31564) 2024-03-10 15:34:16 +00:00
hsts.rs clippy: fix warnings in components/net (#31564) 2024-03-10 15:34:16 +00:00
http_cache.rs clippy: Fix warnings in components/net (#31626) 2024-03-13 09:40:04 +00:00
http_loader.rs Fixes for HTTP header compliance. (#32024) 2024-04-11 21:51:23 +00:00
image_cache.rs fix: unused mem import (#31608) 2024-03-10 20:20:42 +00:00
lib.rs Net: fold websocket and http tokio runtime into one (#31771) 2024-03-21 06:13:03 +00:00
mime_classifier.rs clippy: fix warnings in components/net (#31564) 2024-03-10 15:34:16 +00:00
resource_thread.rs Net: fold websocket and http tokio runtime into one (#31771) 2024-03-21 06:13:03 +00:00
storage_thread.rs clippy: fix warnings in components/net (#31564) 2024-03-10 15:34:16 +00:00
subresource_integrity.rs clippy: Fix warnings in components/net (#31626) 2024-03-13 09:40:04 +00:00
websocket_loader.rs Net: fold websocket and http tokio runtime into one (#31771) 2024-03-21 06:13:03 +00:00