Age | Commit message (Collapse) | Author |
|
For some reason the hardcoded length was incorrect. It makes more
sense to not hardcode it, as the exact value might differ depending on
the boundary etc.
|
|
This makes it slightly more reliable for certain servers which
absolutely require content length.
An alternative would be to have an explicit API for sending static
string contents. This could be in addition to this approach, because
this should always be a net win.
|
|
Keywords can't be (ab)used as identifier anymore, so we can't bind
expression: with let-syntax. Instead, simply use the plain symbol.
|
|
|