packaging from its buffer, even if the circuit-level package-window was
still 0.
svn:r360
}
conn->package_window += STREAMWINDOW_INCREMENT;
connection_start_reading(conn);
- connection_package_raw_inbuf(conn); /* handle whatever might still be on the inbuf */
- circuit_consider_stop_edge_reading(circ, edge_type, layer_hint);
+ if(!circuit_consider_stop_edge_reading(circ, edge_type, layer_hint))
+ connection_package_raw_inbuf(conn); /* handle whatever might still be on the inbuf */
break;
default:
log_fn(LOG_DEBUG,"unknown relay command %d.",relay_command);