Commit 741d2636 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Fix typo

Summary: Fix typo

Reviewed By: yfeldblum

Differential Revision: D33956691

fbshipit-source-id: 49b0c59554eb1d45f856e2e2b2a3598f74715179
parent 23d4c5e2
...@@ -2791,7 +2791,7 @@ AsyncSocket::ReadCode AsyncSocket::processZeroCopyRead() { ...@@ -2791,7 +2791,7 @@ AsyncSocket::ReadCode AsyncSocket::processZeroCopyRead() {
readErr_ = READ_ERROR; readErr_ = READ_ERROR;
AsyncSocketException ex( AsyncSocketException ex(
AsyncSocketException::INTERNAL_ERROR, AsyncSocketException::INTERNAL_ERROR,
withAddr(" TCP_ZEROCOPY_RECEIVE) failed"), withAddr("TCP_ZEROCOPY_RECEIVE failed"),
zc.err); zc.err);
return failRead(__func__, ex); return failRead(__func__, ex);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment