From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26761 invoked by alias); 20 Jul 2006 18:55:05 -0000 Received: (qmail 26748 invoked by uid 453); 20 Jul 2006 18:55:04 -0000 Date: Thu, 20 Jul 2006 18:55:00 -0000 Message-ID: <20060720185504.26746.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/athttpd/current ChangeLog src ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00242.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: jlarmour@sourceware.org 2006-07-20 18:55:04 Modified files: net/net/athttpd/current: ChangeLog net/net/athttpd/current/src: socket.c Log message: * src/socket.c: Corrected a typo that generated an assertion. Modified slightly the source of cyg_httpd_write and cyg_httpd_writev to make the code more consistent as to when assertions are thrown.