[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] contrib/apps/httpserver_raw httpd.c
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] contrib/apps/httpserver_raw httpd.c |
Date: |
Tue, 28 Jul 2009 17:38:30 +0000 |
CVSROOT: /sources/lwip
Module name: contrib
Changes by: Simon Goldschmidt <goldsimon> 09/07/28 17:38:30
Modified files:
apps/httpserver_raw: httpd.c
Log message:
Fixed my last checkin that fixed bug #27117: "httpserver_raw sample
does not call tcp_accepted()" accidentally called tcp_accepted() on the
connection-pcb, not the listen-pcb
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/contrib/apps/httpserver_raw/httpd.c?cvsroot=lwip&r1=1.7&r2=1.8