src/server/daemon/httplistener.h

changeset 541
1e1fca11aaff
parent 492
07452a54a22b
equal deleted inserted replaced
540:d9c3c23c635b 541:1e1fca11aaff
181 void* acceptor_thread(Acceptor *a); 181 void* acceptor_thread(Acceptor *a);
182 182
183 void wssocket_ref(WSSocket *ws); 183 void wssocket_ref(WSSocket *ws);
184 void wssocket_unref(WSSocket *ws); 184 void wssocket_unref(WSSocket *ws);
185 185
186 int http_listener_apply_keep_alive_settings(HttpListener *listener, int fd);
187
186 188
187 #ifdef __cplusplus 189 #ifdef __cplusplus
188 } 190 }
189 #endif 191 #endif
190 192

mercurial