|
From: | Santos Das |
Subject: | [libmicrohttpd] http2 support |
Date: | Thu, 10 Jan 2019 17:38:43 +0530 |
User just adds "MHD_USE_HTTP2" flag when calling MHD_start_daemon.
LIB |
StartDaemon H2 flag |
HTTP1.1 |
HTTP2 |
Comments |
Integrated (1.1+2) |
FALSE |
yes |
no |
on http2 run, the server is not sending initial preface, on gettting request, it closes the connection with FIN, program dumps core |
Integrated (1.1+2) |
TRUE |
no |
yes |
server sends initial preface on accepting connection even if client is 1.1 and on request, client(curl command line) itself closes the connetion |
[Prev in Thread] | Current Thread | [Next in Thread] |