eschulte pushed a commit to branch master in repository elpa. commit 118b8c1329720907c239335465c982b2fa9f829e Author: Eric Schulte <schulte.e...@gmail.com> Date: Thu May 1 15:13:53 2014 -0400
remove coding conversion from main network process This fixes a serious bug on windows in which the required \r\n line endings were being automatically converted to a single \n. Thanks to thesoftwarebin on github for identifying and diagnosing this problem, and then confirming the fix. --- web-server.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web-server.el b/web-server.el index f827181..fb3723c 100644 --- a/web-server.el +++ b/web-server.el @@ -126,6 +126,7 @@ function. :server t :nowait t :family 'ipv4 + :coding 'no-conversion :plist (append (list :server server) (when log (list :log-buffer log))) :log (when log