src/server/daemon/protocol.h

branch
webdav
changeset 235
4990147c58d0
parent 162
b169992137a8
child 415
d938228c382e
--- a/src/server/daemon/protocol.h	Sat Jan 18 16:48:03 2020 +0100
+++ b/src/server/daemon/protocol.h	Sun Jan 19 09:01:39 2020 +0100
@@ -46,6 +46,8 @@
 
 int http_start_response(Session *sn, Request *rq);
 
+int http_send_continue(Session *sn);
+
 int request_header(char *name, char **value, Session *sn, Request *rq);
 
 void http_get_scheme_host_port(

mercurial