mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
net: Use a POST request for allowing certs temporarily.
This commit is contained in:
parent
6a6662195e
commit
2550600131
4 changed files with 28 additions and 20 deletions
|
@ -1571,7 +1571,7 @@ fn http_network_fetch(
|
|||
&url,
|
||||
&request.method,
|
||||
&request.headers,
|
||||
request.body.as_mut().and_then(|body| body.take_stream()),
|
||||
request.body.as_mut().map(|body| body.take_stream()),
|
||||
&request.pipeline_id,
|
||||
request_id.as_ref().map(Deref::deref),
|
||||
is_xhr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue