mtrzk

Results 5 comments of mtrzk

I would go ahead and write a patch for the single case of `tuple`, but this is an issue with other schema constructors as well; they fail on use rather...

No legitimate use case here; I'm using an http/1.1 client library which uselessly opts into using `Transfer-Encoding: chunked`. I think its fair to say the issue is on the library's...

Related issue: the http server is emitting an invalid HTTP/1.1 status line, eg.: ``` HTTP/1.1 400 ``` The RFC is quite clear, however (https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1): ``` Status-Line = HTTP-Version SP Status-Code...

Ditto. Seem to only get the output on renames of the watched file. There's only two calls to `inotify_rm_watch` in `inotify_monitor.cpp` so it shouldn't be too hard to figure out...

I'd be happy to take a stab at the docs, but I don't understand what a legitimate usage of the two-argument form would look like. The discussion on the list...