There's something preventing this message from being rendered:

http://skarnet.org/cgi-bin/archive.cgi?2:495

The one before it is fine:

http://skarnet.org/cgi-bin/archive.cgi?2:494

The one after is broken:

http://skarnet.org/cgi-bin/archive.cgi?2:496

But the one after that is fine again:

http://skarnet.org/cgi-bin/archive.cgi?2:497



In particular, the server is sending an empty response for those two
entries:

$ curl -v http://skarnet.org/cgi-bin/archive.cgi?2:496
* About to connect() to skarnet.org port 80 (#0)
*   Trying 92.243.1.28... connected
* Connected to skarnet.org (92.243.1.28) port 80 (#0)
> GET /cgi-bin/archive.cgi?2:496 HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7
OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15
> Host: skarnet.org
> Accept: */*
>
* Empty reply from server
* Connection #0 to host skarnet.org left intact
curl: (52) Empty reply from server
* Closing connection #0


I would guess that there's some non-ascii content in there causing an
exception.

Reply via email to