quic
Here are 135 public repositories matching this topic...
-
Updated
Jun 1, 2020 - Go
-
Updated
May 28, 2020 - Go
The list of servers supporting QUIC mention only NGINX and Apache, but other servers support QUIC already.
- Caddy 0.9 had experimental support and Caddy 2.0 (currently beta) supports QUIC
- https://github.com/caddyserver/caddy/wiki/QUIC
- https://caddyserver.com (section "Web Protocols")
- When writing web services in G
While looking at the code, I noticed there are several failure paths in the QuicPacketBuilderFinalize function that don't result in the current packet metadata being cleaned up. It could have a reference to a stream, which doesn't get released. This will at best leak additional memory, and at worst cause a hang in clean up.
We currently issue flow control credit immediately upon application-layer consumption of data. This is excessive; we could slightly reduce overhead by instead issuing flow control credit when the amount that would be issued is at least a certain proportion of the entire window.
-
Updated
May 31, 2020 - C
-
Updated
Dec 8, 2019 - Python
On the FOSS server fossies.org I have used a new functionality and have done as a trial a "codespell" run for the "lsquic" project. Here the version independent URL of the resulting report:
https://fossies.org/linux/www/lsquic/codespell.html
That URL redirects always to the URL of the report for the last "lsquic" release supported on Fossies (in case such a report was requested respectively
On the advice of a rep from the GoLiteSpeed slack channel I am logging this.
Whenever you setup an external app and configure a proxy, OLS seems to fill up the server error.log with request headers. If you have an app that constantly refreshes web sockets for data multiple times every few seconds then the log file amasses thousands of request headers every hour. It doesn't matter if you setup a
There should 0 new lint errors after migration
example/MyStelliteTest project is test program for android system.
But project is name is not valid for android.
Would you modify this project name?
If you want more information to project name, please change appropirate name.
thank you.
-
Updated
Sep 3, 2017 - Go
-
Updated
Mar 8, 2020 - Go
-
Updated
May 26, 2020
-
Updated
Mar 10, 2020 - Python
I've changed my local version to:
public QuicStreamContext CreateStream(ulong streamId = 1, StreamType streamType = StreamType.ClientBidirectional);
in order to keep the compatibility.
Improve this page
Add a description, image, and links to the quic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quic topic, visit your repo's landing page and select "manage topics."
Hi,
here it is said that
Error::TlsFailmeans we encountered problems during TLS handshake but this error is also returned by other functions e.g one that loads private keyhttps://github.com/cloudflare/quiche/blob/c726d349120ce72e8f0a00cd5176fd0767325511/src/lib.rs#L475
Will it be a good idea if
TlsFailhas message