Autobahn WebSocket Testsuite Report
Autobahn WebSocket

web-sct 0.2.0 - Case 7.3.2 : Pass - 2 ms @ 2021-01-18T16:52:54.688Z

Case Description

Send a close frame with payload length 1

Case Expectation

Clean close with protocol error or drop TCP.

Case Outcome

Actual events match at least one expected.

Expected:
{'OK': []}

Observed:
[]

Case Closing Behavior

Connection was properly closed (OK)



Opening Handshake

GET /runCase?case=217&agent=web-sct%200.2.0 HTTP/1.1
Host: localhost:5555
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: zJhex8S5srTcR96HI1Pjmw==
Sec-WebSocket-Version: 13
Content-Length: 0
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.8.0-0.10.9
X-Powered-By: AutobahnPython/0.10.9
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: fIDynz7KXfF8KS5cczZcLVwnjLM=


Closing Behavior

KeyValueDescription
isServerTrueTrue, iff I (the fuzzer) am a server, and the peer is a client.
closedByMeTrueTrue, iff I have initiated closing handshake (that is, did send close first).
failedByMeFalseTrue, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.
droppedByMeTrueTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).
wasNotCleanReasonNoneWhen wasClean == False, the reason what happened.
wasServerConnectionDropTimeoutFalseWhen we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.
wasOpenHandshakeTimeoutFalseWhen performing the opening handshake, but the peer did not finish in time, this gets True.
wasCloseHandshakeTimeoutFalseWhen we initiated a closing handshake, but the peer did not respond in time, this gets True.
localCloseCodeNoneThe close code I sent in close frame (if any).
localCloseReasonaThe close reason I sent in close frame (if any).
remoteCloseCode1002The close code the peer sent me in close frame (if any).
remoteCloseReasonAttempt to access memory outside buffer boundsThe close reason the peer sent me in close frame (if any).


Wire Statistics

Octets Received by Chop Size

Chop SizeCountOctets
54154
2101210
Total2264

Octets Transmitted by Chop Size

Chop SizeCountOctets
313
2061206
Total2209

Frames Received by Opcode

OpcodeCount
81
Total1

Frames Transmitted by Opcode

OpcodeCount
81
Total1


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d323137266167656e743d7765622d736374253230302e322e3020485454502f31
               2e310d0a486f73743a206c6f6361 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e382e ...
002 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=1, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               a
003 TX OCTETS: 880161
004 FAIL CONNECTION AFTER 1.000000 sec
005 RX OCTETS: 88b0fab88394f952c2e08eddeee48e98f7fbdad9e0f79fcbf0b497ddeefb88c1a3fb8fccf0fd9edda3f68fdee5f18898e1fb
               8fd6e7e7
006 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=48, MASKED=True, MASK=6661623838333934
               0x03ea417474656d707420746f20616363657373206d656d6f7279206f7574736964652062756666657220626f756e6473
007 TCP DROPPED BY ME