servo/components/net
bors-servo ce4f965587
Auto merge of #28420 - dominiccooney:rlsnightly, r=jdm
Update toolchain to nightly-2021-05-18

The nightly-2021-03-12 toolchain doesn't have RLS on Windows. This
breaks code completion in Visual Studio Code because the rust plugin
picks up the project toolchain.

RLS is available in all tier one platforms in nightly-2021-05-18 per:
https://rust-lang.github.io/rustup-components-history/

Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com>

<!-- Please describe your changes on the following line: -->
Update toolchain to nightly-2021-05-18

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X ] `./mach build -d` does not report any errors
- [ X] `./mach test-tidy` does not report any errors (note, except tabs/spaces issue in an unrelated file... happy to fix in this PR)
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because changing the toolchain, covered by existing tests

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2021-06-17 17:38:10 -04:00
..
fetch Block port 10080 2021-04-16 18:05:46 +02:00
tests Fix tidy error. 2021-05-28 10:39:42 -04:00
build.rs Add build check for OpenSSL 1.1.1 requirement 2020-02-12 01:39:57 +01:00
Cargo.toml net: Replace ws-rs with async-tungstenite. 2020-07-08 10:33:17 -04:00
connector.rs net: Add unit test for accepting a self-signed cert. 2020-06-09 18:29:39 -04:00
cookie.rs Add webdriver deletecookies function 2019-04-19 13:15:50 +05:30
cookie_storage.rs Cookies are now expired immediately before each lookup 2020-01-24 20:07:08 -05: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 Fix some new warnings 2019-06-22 14:59:09 +02:00
filemanager_thread.rs Auto merge of #25740 - gterzian:per_fetch_filemanager_handle, r=Manishearth 2020-02-25 14:49:26 -05:00
hosts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
hsts.rs Fix HSTS 2020-01-07 16:07:12 +01:00
http_cache.rs mach fmt after updating toolchain to 2021-05-18 2021-05-22 23:31:01 +09:00
http_loader.rs Set CORS preflight requests' mode to cors 2020-10-30 18:01:27 +01:00
image_cache.rs Convert all uses of UpdateResources api to use webrender transactions. 2020-05-11 17:41:56 -04:00
lib.rs Fix some 'nosniff' tests 2021-03-08 21:24:08 +01:00
mime_classifier.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
resource_thread.rs Make reload button clear the network cache. 2020-07-27 22:34:07 -04:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
subresource_integrity.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
websocket_loader.rs net: Remove explicit Host header from websocket connection. 2020-07-16 13:16:30 -04:00