Searched refs:bytes_sent (Results 1 – 3 of 3) sorted by relevance
98 assert!(bytes_sent < UNCOMPRESSED_MIN_BODY_SIZE); in client_enabled_server_enabled()146 let bytes_sent = response_bytes_counter.load(SeqCst); in client_enabled_server_disabled() localVariable147 assert!(bytes_sent > UNCOMPRESSED_MIN_BODY_SIZE); in client_enabled_server_disabled()189 let bytes_sent = response_bytes_counter.load(SeqCst); in client_enabled_server_disabled_multi_encoding() localVariable190 assert!(bytes_sent > UNCOMPRESSED_MIN_BODY_SIZE); in client_enabled_server_disabled_multi_encoding()260 let bytes_sent = response_bytes_counter.load(SeqCst); in client_disabled() localVariable261 assert!(bytes_sent > UNCOMPRESSED_MIN_BODY_SIZE); in client_disabled()360 let bytes_sent = response_bytes_counter.load(SeqCst); in disabling_compression_on_single_response() localVariable361 assert!(bytes_sent > UNCOMPRESSED_MIN_BODY_SIZE); in disabling_compression_on_single_response()488 let bytes_sent = response_bytes_counter.load(SeqCst); in disabling_compression_on_response_from_client_stream() localVariable[all …]
74 let bytes_sent = request_bytes_counter.load(SeqCst); in client_enabled_server_enabled() localVariable75 assert!(bytes_sent < UNCOMPRESSED_MIN_BODY_SIZE); in client_enabled_server_enabled()125 let bytes_sent = request_bytes_counter.load(SeqCst); in client_disabled_server_enabled() localVariable126 assert!(bytes_sent > UNCOMPRESSED_MIN_BODY_SIZE); in client_disabled_server_enabled()224 let bytes_sent = response_bytes_counter.load(SeqCst); in compressing_response_from_client_stream() localVariable225 assert!(bytes_sent < UNCOMPRESSED_MIN_BODY_SIZE); in compressing_response_from_client_stream()
77 let bytes_sent = request_bytes_counter.load(SeqCst); in client_enabled_server_enabled() localVariable78 assert!(bytes_sent < UNCOMPRESSED_MIN_BODY_SIZE); in client_enabled_server_enabled()139 let bytes_sent = request_bytes_counter.load(SeqCst); in client_enabled_server_enabled_multi_encoding() localVariable140 assert!(bytes_sent < UNCOMPRESSED_MIN_BODY_SIZE); in client_enabled_server_enabled_multi_encoding()