Module: kamailio
Branch: master
Commit: a368140d8d32a68ccc21845aad95e43c98a802d7
URL: 
https://github.com/kamailio/kamailio/commit/a368140d8d32a68ccc21845aad95e43c98a802d7

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-04-13T08:58:20+02:00

nghttp2: fix typo in filed type

---

Modified: src/modules/nghttp2/nghttp2_server.h

---

Diff:  
https://github.com/kamailio/kamailio/commit/a368140d8d32a68ccc21845aad95e43c98a802d7.diff
Patch: 
https://github.com/kamailio/kamailio/commit/a368140d8d32a68ccc21845aad95e43c98a802d7.patch

---

diff --git a/src/modules/nghttp2/nghttp2_server.h 
b/src/modules/nghttp2/nghttp2_server.h
index 8b343fd11ce..ac69a147313 100644
--- a/src/modules/nghttp2/nghttp2_server.h
+++ b/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;

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to