Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Port from extend/cowboy_examples.
|
|
Explore re-routing in middleware.
|
|
Reject more malicious paths.
|
|
It is sometimes important to make a socket passive as it was initially
and as it is expected to be by cowboy_protocol, right after we've done
with loop handling.
|
|
|
|
|
|
|
|
|
|
|
|
Worked until cccc0bc
|
|
There are some additional terminate reasons exist which are not mentioned
in the specs.
|
|
Worked until 27da092
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is obviously not proper documentation. We will properly document
it when the API stabilizes.
|
|
We now read from the socket to be able to detect errors or TCP close
events, and buffer the data if any. Once the data receive goes over
a certain limit, which defaults to 5000 bytes, we simply close the
connection with an {error, overflow} reason.
|
|
Sends can be successful even if the connection is gone.
|
|
|
|
|
|
Also improves error reporting.
|
|
Thanks to grass on IRC for the heads up.
|
|
|
|
|
|
Fix #414
|
|
|
|
A pastebin type application that can optionally highlight the output as
both text and HTML.
|
|
|
|
Some web browsers will now prompt for user name and password
|
|
We now obtain the peer address before creating the Req object.
If an error occurs, then something went wrong, we close the connection
nicely directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|