daemon/http: HTTP response codes
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 28
− 10
@@ -58,6 +58,7 @@ enum http_status {
@@ -201,7 +202,7 @@ static int check_uri(const char* uri_path)
@@ -367,9 +368,8 @@ static int header_callback(nghttp2_session *h2, const nghttp2_frame *frame,
@@ -387,9 +387,11 @@ static int header_callback(nghttp2_session *h2, const nghttp2_frame *frame,
@@ -405,8 +407,11 @@ static int header_callback(nghttp2_session *h2, const nghttp2_frame *frame,
@@ -491,7 +496,9 @@ static int submit_to_wirebuffer(struct http_ctx *ctx, int32_t stream_id)
@@ -523,10 +530,10 @@ static int on_frame_recv_callback(nghttp2_session *h2, const nghttp2_frame *fram
@@ -735,6 +742,13 @@ static int http_send_response(struct http_ctx *ctx, int32_t stream_id,
@@ -783,6 +797,10 @@ static int http_send_response(struct http_ctx *ctx, int32_t stream_id,