Luuk de Gram

Results 31 comments of Luuk de Gram

Linking my comment from the PR here for visibility: https://github.com/ziglang/zig/issues/11742#issuecomment-1140243360 As mentioned, the solution is to build a library, rather than an executable.

@danielchasehooper Pardon the late response. I will re-open this ticket so we can improve the error messaging toward the user in the future.

Thanks for reporting! This occurs when we try to write a response to the client, but the client has already closed its connection. I should probably catch this error and...

HTTPS isn't something I'm planning on supporting directly. If you require https, I suggest to use a proxy server and rerouting all traffic from there through Apple Pie.

Yep, it's a quickly implemented version just to get it working. As the sever has 0 dependencies on it, people can just implement their own version. For that reason it's...

Hi, This is definitely one of the requirements for the project to be considered release-worthy. Currently, the library utilizes zig std, which has poor (I believe none) support within the...

Development of TLS 1.3 has started in a seperate repository (private for now). The goal is to support server first, so we can integrate it with lemon_pie. Perhaps at a...

Just a small update: There are no longer any showstoppers to finish implementing 1.3, I just need to finish writing all the code from scratch. This means implementing a PEM...

In addition to this, we should use the same approach as Zig and use SoA.

Glad I could help! Feel free to message me anytime in the future :)