libmicrohttpd-http2 icon indicating copy to clipboard operation
libmicrohttpd-http2 copied to clipboard

HTTP/2 support for libmicrohttpd

Results 29 libmicrohttpd-http2 issues
Sort by recently updated
recently updated
newest added

Greetings. I use your library in my development and I discovered that with HTTP2 the responses created with MHD_create_response_from_callback were not reusable (session hangs on repeating requests). I debugged the...

I use libmicrohttpd_http2 in my program and I found a strange problem with sending data. It was ok with http/1.1 and failed with http/2. I traced it down and found...

Hello, On receiving multiple requests over streams , the library processes stream one by one and expects the response back from the first stream before moving to process another one....

bug

HI Maru, A new version of MHD libmicrohttpd 0.9.66 has been released which contains some bugfixes specially for the epoll. Is there a plan to the rebase? Thanks, Shikha

Follow [GNU Coding Standards](https://www.gnu.org/prep/standards/standards.html). indent -nbad -bap -nbc -bbo -bl -bli2 -bls -ncdb -nce -cp1 -cs -di2 \ -ndj -nfc1 -nfca -hnl -i2 -ip5 -lp -pcs -psl -nsc -nsob

Add both http2 connections: upgrade and direct

``` make check LOG_COMPILER="valgrind --trace-children=yes --leak-check=full --show-leak-kinds=all" ``` crashes `test_concurrent_stop_http2`. The log file shows ``` ==15915== Thread 7 MHD-connection: ==15915== Invalid read of size 4 ==15915== at 0x484B61B: build_header_response (connection.c:1681)...

Hello, I was trying out the implementation and have a question regarding the same. When we try to initiate a HTTP2 connection with prior knowledge, It creates a new stream...