karlseguin / websocket.zig

A websocket implementation for zig
MIT License
302 stars 28 forks source link

update from std.os to std.posix #30

Closed Raiden1411 closed 7 months ago

Raiden1411 commented 7 months ago

https://github.com/ziglang/zig/pull/19354

Had to create a new file for maybeIgnoreSigpipe because zig no longer exposes that.

karlseguin commented 7 months ago

Thanks for this. Used your pipe.zig in updating http.zig!