pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-06-06
2014-06-06 05:25:35 by Bill Welliver <bill@welliver.org>
e939f46afc72216c6221e2e3a38f6f0e55593013 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
7.8
CHANGES: updates for new 7.8 build.
273:
alters the mapping. For example, future requestes may retain a 416 error if one request uses the Range: header.
+
- Support async keep-alive in Protocols.HTTP.Query. Fixes [bug 7143].
+
Protocols.SMTP: send_message() now punicodes the hostname. Potential fix for [bug 6531].
332:
Stdio:
+
- cp() detects ouroboros and avoids infinite loops and file truncation.
+
- Reduce number of system calls in mkdirhier(). - Call fd_select() before fd_accept() in my_socketpair() to make sure it's ready.