We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cdfc1 commit ae7bc0fCopy full SHA for ae7bc0f
example/http_c++/http_server.cpp
@@ -105,7 +105,7 @@ class FileServiceImpl : public FileService {
105
106
// sleep a while to send another part.
107
bthread_usleep(10000);
108
- if (FLAGS_enable_progressive_timout && i > 50) {
+ if (FLAGS_enable_progressive_timeout && i > 50) {
109
bthread_usleep(100000000UL);
110
}
111
@@ -198,7 +198,7 @@ class HttpSSEServiceImpl : public HttpSSEService {
198
199
200
bthread_usleep(10000 * 10);
201
202
203
204
0 commit comments