emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 05/12: remove coding conversion from main network process


From: Eric Schulte
Subject: [elpa] 05/12: remove coding conversion from main network process
Date: Wed, 07 May 2014 03:10:59 +0000

eschulte pushed a commit to branch master
in repository elpa.

commit 118b8c1329720907c239335465c982b2fa9f829e
Author: Eric Schulte <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]