Home
last modified time | relevance | path

Searched refs:PROTOCOL_ERROR (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientTransport.java111 errorToStatus.put(ErrorCode.PROTOCOL_ERROR, in buildErrorCodeToStatusMap()
981 ErrorCode.PROTOCOL_ERROR, in run()
1009 onError(ErrorCode.PROTOCOL_ERROR, "Received data for unknown stream: " + streamId); in data()
1056 onError(ErrorCode.PROTOCOL_ERROR, "Received header for unknown stream: " + streamId); in headers()
1159 frameWriter.rstStream(streamId, ErrorCode.PROTOCOL_ERROR); in pushPromise()
1167 onError(ErrorCode.PROTOCOL_ERROR, errorMsg); in windowUpdate()
1171 ErrorCode.PROTOCOL_ERROR, null); in windowUpdate()
1191 onError(ErrorCode.PROTOCOL_ERROR, in windowUpdate()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcHttp2HeadersUtils.java37 import static io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR;
210 PlatformDependent.throwException(connectionError(PROTOCOL_ERROR, in validateName()
320 connectionError(PROTOCOL_ERROR, "Illegal pseudo-header '%s' in request.", name)); in addPseudoHeader()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedConnection.java611 connectionErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
612 streamErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
679 newStream.close(ErrorCode.PROTOCOL_ERROR); in headers()
691 stream.closeLater(ErrorCode.PROTOCOL_ERROR); in headers()
838 writeSynResetLater(streamId, ErrorCode.PROTOCOL_ERROR); in pushRequestLater()
DErrorCode.java23 PROTOCOL_ERROR(1, 1, 1), enumConstant
DFramedStream.java260 errorCode = ErrorCode.PROTOCOL_ERROR; in receiveHeaders()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DFramedConnection.java616 connectionErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
617 streamErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
684 newStream.close(ErrorCode.PROTOCOL_ERROR); in headers()
696 stream.closeLater(ErrorCode.PROTOCOL_ERROR); in headers()
843 writeSynResetLater(streamId, ErrorCode.PROTOCOL_ERROR); in pushRequestLater()
DErrorCode.java27 PROTOCOL_ERROR(1, 1, 1), enumConstant
DFramedStream.java262 errorCode = ErrorCode.PROTOCOL_ERROR; in receiveHeaders()
/external/mtpd/
Dmtpd.h54 PROTOCOL_ERROR = 3, enumerator
Dpptp.c197 return -PROTOCOL_ERROR; in recv_packet()
203 return -PROTOCOL_ERROR; in recv_packet()
Dl2tp.c540 return tunnel ? -CHALLENGE_FAILED : -PROTOCOL_ERROR; in l2tp_process()
558 return -PROTOCOL_ERROR; in l2tp_process()
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DErrorCode.java27 PROTOCOL_ERROR(1, 1, 1), enumConstant
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip()
DHttp2ConnectionTest.java36 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR;
182 peer.sendFrame().goAway(3, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY);
402 assertEquals(PROTOCOL_ERROR, peer.takeFrame().errorCode);
DSpdy3ConnectionTest.java43 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR;
651 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
739 peer.sendFrame().goAway(1, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY);
797 connection.shutdown(PROTOCOL_ERROR);
809 assertEquals(PROTOCOL_ERROR, goaway.errorCode);
1102 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
DHttp2Test.java565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip()
588 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientTransportTest.java378 .goAway(eq(0), eq(ErrorCode.PROTOCOL_ERROR), any(byte[].class)); in receivedHeadersForInvalidStreamShouldKillConnection()
389 .goAway(eq(0), eq(ErrorCode.PROTOCOL_ERROR), any(byte[].class)); in receivedDataForInvalidStreamShouldKillConnection()
461 frameHandler().rstStream(3, ErrorCode.PROTOCOL_ERROR); in receiveReset()
1223 .goAway(eq(0), eq(ErrorCode.PROTOCOL_ERROR), any(byte[].class)); in receiveDataForUnknownStreamUpdateConnectionWindow()
1243 .goAway(eq(0), eq(ErrorCode.PROTOCOL_ERROR), any(byte[].class)); in receiveWindowUpdateForUnknownStream()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DGrpcUtil.java309 PROTOCOL_ERROR(0x1, Status.INTERNAL), enumConstant
/external/scapy/scapy/contrib/
Dhttp2.py1661 PROTOCOL_ERROR = 0x1 variable in H2ErrorCodes
1677 PROTOCOL_ERROR: 'Protocol error',
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md217 PROTOCOL_ERROR(1)|INTERNAL