r14674 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14673‎ | r14674 | r14675 >
Date:01:42, 9 June 2006
Author:tstarling
Status:old
Tags:
Comment:
Fix line HTTP response line ending. Untested.
Modified paths:
  • /trunk/mwsearch/Daemon/HttpHandler.cs (modified) (history)

Diff [purge]

Index: trunk/mwsearch/Daemon/HttpHandler.cs
@@ -43,6 +43,7 @@
4444 public HttpHandler(Stream stream) {
4545 istrm = new StreamReader(stream);
4646 ostrm = new StreamWriter(stream);
 47+ ostrm.NewLine = "\r\n";
4748 }
4849
4950 private static int _openCount = 0;

Status & tagging log