Simon Menke

Results 16 issues of Simon Menke

Also includes a gofmt commit (feel free to cherry-pick the other commit; I have gofmt as a pre-commit hook.)

Is it possible to build a static version openwebrtc on all platforms? (not just iOS/Android) I'd like to make Go bindings for owr and Go works best with static dependencies....

This patch takes the setjmp polyfill from Ruby and integrates it with PHP v7.4.32. Missing bits: - [x] running wasm-opt with the asyncify pass. `wasm-opt -O --asyncify -g --pass-arg=asyncify-ignore-imports -o...

When `exit;` is called and the headers have not yet been flushed the CGI response is completely empty. The issue seems to be that the shutdown procedures are not called...

https://github.com/pires/go-proxyproto/blob/eef9d7ef24f63315b173a5438e7b4c7849bc26b0/v1.go#L70-L91 Instead of doing a single Peak or _107_ ReadByte calls this should do one read syscall. into a buffer. and pass the rest of the buffer as a first...

https://github.com/pires/go-proxyproto/blob/eef9d7ef24f63315b173a5438e7b4c7849bc26b0/protocol.go#L158 The intend here is to do one read syscall but also limit the read to `bufSize` (256 bytes). The problem is that this `bufio.Reader` will not stop reading 256...