Cleanup compile options.

PiperOrigin-RevId: 852872897
This commit is contained in:
Francis Tsui
2026-01-06 11:47:37 -08:00
committed by Copybara-Service
parent 1b557236f7
commit 74c921f911
3 changed files with 3 additions and 10 deletions
@@ -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;