Merge branch 'pending'

This commit is contained in:
Philip C Monk 2015-09-09 19:17:40 -04:00
commit cd73e722fd
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ INCLUDE=include
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
# NOTFORCHECKIN - restore -O3
# -DGHETTO
# -DGHETTO \
# -DHUSH
CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \
-funsigned-char \

View File

@ -134,7 +134,7 @@ _http_write_cb(uv_write_t* wri_u, c3_i sas_i)
{
_u3_write_t* ruq_u = (void *)wri_u;
if ( 0 != sas_i ) {
if ( (u3C.wag_w & u3o_verbose) && 0 != sas_i && UV__EPIPE != sas_i ) {
uL(fprintf(uH, "http: write: ERROR %d\n", sas_i));
uL(fprintf(uH, " (%s)\n", uv_strerror(sas_i)));
}