mirror of
https://github.com/urbit/shrub.git
synced 2024-12-17 23:32:56 +03:00
Merge branch 'pending'
This commit is contained in:
commit
cd73e722fd
2
Makefile
2
Makefile
@ -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 \
|
||||
|
@ -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)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user