mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Bug fixes, mainly about document loading.
This commit is contained in:
parent
cda9099396
commit
21d8235a82
10 changed files with 87 additions and 81 deletions
|
@ -784,7 +784,7 @@ pub fn obtain_response<A>(request_factory: &HttpRequestFactory<R=A>,
|
|||
}
|
||||
|
||||
if log_enabled!(log::LogLevel::Info) {
|
||||
info!("{}", method);
|
||||
info!("{} {}", method, connection_url);
|
||||
for header in headers.iter() {
|
||||
info!(" - {}", header);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue