소스 검색

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;