AutobahnServer - Case 3.4 : Pass - 44 ms @ 2017-11-02T08:57:09Z
Case Description
Send small text message, then send again with RSV = 4, then send Ping. Octets are sent in octet-wise chops.
Case Expectation
Echo for first message is received, but then connection is failed immediately, since RSV must be 0, when no extension defining RSV meaning has been negoiated. The Pong is not received.
Case Outcome
Actual events match at least one expected.
Expected:
{'NON-STRICT': [], 'OK': [('message', '0x48656c6c6f2c20776f726c6421', False)]}
Observed:
[('message', '0x48656c6c6f2c20776f726c6421', False)]
Case Closing Behavior
Connection was properly closed (OK)
GET / HTTP/1.1 User-Agent: AutobahnTestSuite/0.5.5-0.5.14 Host: localhost:9000 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: t9gs1BTy8DtPgHrafyGesA== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Server: AutobahnPython/0.5.14 Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: 4ue5TatBi0oSSqwRojThTBPchLU=
Key | Value | Description |
isServer | False | True, iff I (the fuzzer) am a server, and the peer is a client. |
closedByMe | False | True, iff I have initiated closing handshake (that is, did send close first). |
failedByMe | False | True, 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. |
droppedByMe | False | True, iff I dropped the TCP connection. |
wasClean | True | True, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility). |
wasNotCleanReason | None | When wasClean == False, the reason what happened. |
wasServerConnectionDropTimeout | False | When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True. |
wasOpenHandshakeTimeout | False | When performing the opening handshake, but the peer did not finish in time, this gets True. |
wasCloseHandshakeTimeout | False | When we initiated a closing handshake, but the peer did not respond in time, this gets True. |
localCloseCode | 1000 | The close code I sent in close frame (if any). |
localCloseReason | None | The close reason I sent in close frame (if any). |
remoteCloseCode | 1002 | The close code the peer sent me in close frame (if any). |
remoteCloseReason | RSV != 0 and no extension negotiated | The close reason the peer sent me in close frame (if any). |
Chop Size | Count | Octets |
15 | 1 | 15 |
40 | 1 | 40 |
160 | 1 | 160 |
Total | 3 | 215 |
Chop Size | Count | Octets |
1 | 44 | 44 |
8 | 1 | 8 |
240 | 1 | 240 |
Total | 46 | 292 |
Opcode | Count |
1 | 1 |
8 | 1 |
Total | 2 |
Opcode | Count |
1 | 2 |
8 | 1 |
9 | 1 |
Total | 4 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e352e
352d302e352e31340d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
507974686f6e2f302e352e31340d ...
002 TX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=13, MASK=a6c50936, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
0x48656c6c6f2c20776f726c6421
003 TX OCTETS: 81
004 TX FRAME : OPCODE=1, FIN=True, RSV=4, PAYLOAD-LEN=13, MASK=8bb9e6fc, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
0x48656c6c6f2c20776f726c6421
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=0, MASK=61f368d7, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
0x
006 FAIL CONNECTION AFTER 1.000000 sec
007 TX OCTETS: 8d
008 TX OCTETS: a6
009 TX OCTETS: c5
010 TX OCTETS: 09
011 TX OCTETS: 36
012 TX OCTETS: ee
013 TX OCTETS: a0
014 TX OCTETS: 65
015 TX OCTETS: 5a
016 TX OCTETS: c9
017 TX OCTETS: e9
018 TX OCTETS: 29
019 TX OCTETS: 41
020 TX OCTETS: c9
021 TX OCTETS: b7
022 TX OCTETS: 65
023 TX OCTETS: 52
024 TX OCTETS: 87
025 RX OCTETS: 810d48656c6c6f2c20776f726c6421
026 RX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=13, MASKED=False, MASK=None
0x48656c6c6f2c20776f726c6421
027 TX OCTETS: c1
028 TX OCTETS: 8d
029 RX OCTETS: 882603ea52535620213d203020616e64206e6f20657874656e73696f6e206e65676f746961746564
030 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=38, MASKED=False, MASK=None
0x03ea52535620213d203020616e64206e6f20657874656e73696f6e206e65676f746961746564
031 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=f0b21dbf, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
032 TX OCTETS: 8b
033 TX OCTETS: b9
034 TX OCTETS: e6
035 TX OCTETS: fc
036 TX OCTETS: c3
037 TX OCTETS: dc
038 TX OCTETS: 8a
039 TX OCTETS: 90
040 TX OCTETS: e4
041 TX OCTETS: 95
042 TX OCTETS: c6
043 TX OCTETS: 8b
044 TX OCTETS: e4
045 TX OCTETS: cb
046 TX OCTETS: 8a
047 TX OCTETS: 98
048 TX OCTETS: aa
049 TX OCTETS: 89
050 TX OCTETS: 80
051 TX OCTETS: 61
052 TX OCTETS: f3
053 TX OCTETS: 68
054 TX OCTETS: d7
055 TX OCTETS: 8882f0b21dbff35a
056 TCP DROPPED BY PEER