We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1bbce commit 2c0b7c4Copy full SHA for 2c0b7c4
1 file changed
src/client/WFHttpChunkedClient.h
@@ -66,7 +66,7 @@ class WFHttpChunkedTask : public WFGenericTask
66
this->task->set_watch_timeout(timeout);
67
}
68
69
- void set_recv_timeout(int timeout)
+ void set_receive_timeout(int timeout)
70
{
71
this->task->set_receive_timeout(timeout);
72
0 commit comments