Improve streaming in and out over quic

This commit is contained in:
Alex Hultman
2022-09-04 21:01:44 +02:00
parent 3b7475783d
commit 8456cb1a32
6 changed files with 78 additions and 45 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace uWS {
HttpRouter<RouterData> router;
Http3ContextData() {
printf("Constructing http3contextdata: %p\n", this);
//printf("Constructing http3contextdata: %p\n", this);
}
};