mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Cleanup compile options.
PiperOrigin-RevId: 852872897
This commit is contained in:
committed by
Copybara-Service
parent
1b557236f7
commit
74c921f911
@@ -329,7 +329,7 @@ absl::StatusOr<WebResponse> HttpLoader::ProcessResponse() {
|
||||
web_response.status_text = status_text.value();
|
||||
auto headers = QueryResponseHeaders(request_handle_);
|
||||
if (!headers.ok()) {
|
||||
headers.status();
|
||||
return headers.status();
|
||||
}
|
||||
web_response.headers = *headers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user