Project

General

Profile

Actions

Bug #367

closed

buffered mod_cgi output breaks cgi-irc

Added by Anonymous over 19 years ago. Updated about 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_cgi
Target version:
-
ASK QUESTIONS IN Forums:

Description

see http://cvs.cgiirc.org/wiki?p=StreamProblems

also try running this perl script as cgi:


#!/usr/bin/perl -T

print("HTTP/1.0 200 OK\r\n");
print("Content-type: text/plain\r\n\r\n");
print("x"x50000000);
print("<br/>\n");
sleep(60);

lighttpd process will grow to ~100MB, sleep for 60 seconds and then start sending results

lighttpd-1.4.7 (ssl) - a light and fast webserver
Build-Date: Nov 9 2005 17:08:51

FreeBSD 4.11-RELEASE-p11 i386

-- nowak

Actions #1

Updated by stbuehler about 17 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in r870

Actions

Also available in: Atom