htparser: Added support for full-duplex requests.
[ashd.git] / src / htparser.h
index 91652e6..d9f014d 100644 (file)
@@ -11,7 +11,7 @@ struct mtbuf {
     size_t s, d;
 };
 
-void serve(struct bufio *in, struct conn *conn);
+void serve(struct bufio *in, int infd, struct conn *conn);
 
 int listensock4(int port);
 int listensock6(int port);