Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iocore/net/UnixNetVConnection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ write_to_net_io(NetHandler *nh, UnixNetVConnection *vc, EThread *thread)
}

vc->write.triggered = 0;
write_signal_error(nh, vc, static_cast<int>(-total_written));
write_signal_error(nh, vc, static_cast<int>(-r));
return;
} else { // Wrote data. Finished without error
int wbe_event = vc->write_buffer_empty_event; // save so we can clear if needed.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HTTP/1.1 502 connect failed
HTTP/1.1 502 Connection refused
Connection: keep-alive
Cache-Control: no-store
Content-Type: text/html
Expand Down