pquic icon indicating copy to clipboard operation
pquic copied to clipboard

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis

Results 22 pquic issues
Sort by recently updated
recently updated
newest added

``` Program received signal SIGSEGV, Segmentation fault. __strlen_sse2 () at ../sysdeps/x86_64/multiarch/strlen-vec.S:126 126 ../sysdeps/x86_64/multiarch/strlen-vec.S: No such file or directory. (gdb) (gdb) (gdb) (gdb) bt #0 __strlen_sse2 () at ../sysdeps/x86_64/multiarch/strlen-vec.S:126 #1 0x000055555556e629...

Hi, I have a question about how to handle `post` requests. There is a struct named `stream_ctx` whose member variable `path_callback` is given callback functions to handle events such as...