servo/components/shared/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 warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
image clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
tests
blob_url_store.rs Fix more clippy warnings in components/shared/net (#31548) 2024-03-10 17:47:38 +00:00
Cargo.toml Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
filemanager_thread.rs
image_cache.rs clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
lib.rs clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
pub_domains.rs clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
quality.rs Fixes for HTTP header compliance. (#32024) 2024-04-11 21:51:23 +00:00
request.rs clippy: Fix warnings in components/shared (#31627) 2024-03-12 17:22:05 +00:00
response.rs clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
storage_thread.rs