Ben Kallus

Results 129 issues of Ben Kallus

When you fuzz the Beast target for too long, it starts hogging a core. I should probably figure this out.

target request

Add [Netty](https://github.com/netty/netty) as a target in the Garden.

target request

Add [Libhttpserver](https://github.com/etr/libhttpserver) as a target to the Garden.

target request

Add [pen](https://github.com/UlricE/pen) as a target in the Garden.

target request

Add [proxygen](https://github.com/facebook/proxygen) to the Garden.

Add [ktor](https://github.com/ktorio/ktor) to the Garden. (Thanks to Jonathan Leitschuh for bringing this to my attention)

target request

Every once in a while, especially if the Garden has just started, running the fuzzer will cause an assertion failure. This assertion is the one that ensures that the coverage...

bug

### Describe the bug From RFC 9112, section 9.6: > A server that receives a "close" connection option MUST initiate closure of the connection (see below) after it sends the...

bug

Currently, libevent's HTTP parser accepts and ignores `0x`, `+`, and whitespace prefixes on chunk sizes. It also ignores `-` prefixes on chunk sizes of 0. This patch fixes that. There...

When Mongoose receives a POST request that doesn't have a `Transfer-Encoding` or `Content-Length` header set, it does not respond. It would be helpful if it responded 411 or 400 to...