aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/http_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-161-2/+0
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-13/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+14
* Upgrade HyperNaveen Gattu2022-01-161-23/+5
* Disable all http_loader unit tests on windows.Josh Matthews2021-05-271-0/+2
* Disable intermittent unit test.Josh Matthews2021-05-261-0/+1
* Disable another intermittent test on windows.Josh Matthews2021-05-221-0/+1
* Disable intermittent test on windows.Josh Matthews2021-05-221-0/+1
* Compile fix.Josh Matthews2021-04-071-0/+2
* Try to work around windows unit test failures.Josh Matthews2021-04-071-5/+2
* Disasable net unit test on windows.Josh Matthews2021-04-041-0/+1
* Remove unit test that triggers frequent intermittent failure.Josh Matthews2020-07-271-78/+2
* Auto merge of #27198 - jdm:http-origin-test-debug, r=asajeffreybors-servo2020-07-071-7/+8
|\
| * Add debug output for intermittently failing test.Josh Matthews2020-07-071-7/+8
* | Update referrer computationUtsav Oza2020-07-021-26/+10
|/
* Use global.get_referrer() when appropiateMatthias Deiml2020-06-171-2/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-32/+32
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-3/+4
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-5/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-4/+35
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-1/+3
* add a core resource thread-poolGregory Terzian2020-02-141-8/+8
* Fix HSTSJan Andre Ikenmeyer2020-01-071-1/+1
* Let hyper automatically add a host header for HTTP/1Jan Andre Ikenmeyer2019-12-161-5/+0
* Limit referer header value length to 4096teapotd2019-10-241-1/+46
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-4/+4
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-272/+238
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-186/+144
* net: Suppress default ports in Origin header.Josh Matthews2018-12-171-7/+2
* refactored performance timing to align with updated specddh2018-11-201-16/+16
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-5/+5
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-9/+11
* Format remaining filesPyfisch2018-11-061-143/+185
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-7/+8
* Rustfmt net cratePyfisch2018-11-031-176/+517
* Update hyper to 0.12Bastien Orivel2018-11-011-347/+279
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-6/+6
* Automatically provide a resource reader for testsPaul Rouget2018-04-301-2/+0
* test(net): update test casesOJ Kwon2018-04-271-8/+8
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+2
* Update flate2 to 1.0Bastien Orivel2018-02-281-2/+2
* Use more specific assertions for http tests.Josh Matthews2018-01-251-6/+6
* Merge net and net_testsAnthony Ramine2018-01-201-0/+1186