Преглед изворни кода

nghttp2: fix typo in filed type

Daniel-Constantin Mierla пре 1 година
родитељ
комит
a368140d8d
1 измењених фајлова са 1 додато и 1 уклоњено
  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;