Browse Source

nghttp2: fix typo in filed type

Daniel-Constantin Mierla 1 year ago
parent
commit
a368140d8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/nghttp2/nghttp2_server.h

+ 1 - 1
src/modules/nghttp2/nghttp2_server.h

@@ -79,7 +79,7 @@ typedef struct http2_stream_data
 	char *request_path;
 	char *request_pathfull;
 	char *request_method;
-	ttp2_msghdr_t *hdrlist;
+	http2_msghdr_t *hdrlist;
 	int32_t stream_id;
 	int fd;
 } http2_stream_data;