AutobahnServer/0.4.10 - Case 4.1.5 : Pass - 4 ms @ 2012-01-09T14:43:11Z
Case Description
Send small text message, then send frame with reserved non-control Opcode = 7 and non-empty payload, then send Ping.
Case Expectation
Echo for first message is received, but then connection is failed immediately, since reserved opcode frame is used. A Pong is not received.
Case Outcome
Actual events match at least one expected.
Expected:
{'NON-STRICT': [], 'OK': [('message', 'Hello, world!', False)]}
Observed:
[('message', 'Hello, world!', False)]
Case Closing Behavior
Connection was properly closed (OK)
GET / HTTP/1.1 User-Agent: AutobahnWebSocketsTestSuite/0.4.10 Host: localhost:9000 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: lMhwD+WNnCYFt6cDOmErCQ== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Server: AutobahnWebSockets/0.4.10 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: AYraDCE1uQ674SBnt7rxPXpBjus=
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. |
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 | data frame using reserved opcode 7 | The close reason the peer sent me in close frame (if any). |
Chop Size | Count | Octets |
53 | 1 | 53 |
164 | 1 | 164 |
Total | 2 | 217 |
Chop Size | Count | Octets |
1 | 44 | 44 |
8 | 1 | 8 |
201 | 1 | 201 |
Total | 46 | 253 |
Opcode | Count |
1 | 1 |
8 | 1 |
Total | 2 |
Opcode | Count |
1 | 1 |
7 | 1 |
8 | 1 |
9 | 1 |
Total | 4 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e576562536f636b65747354657374
53756974652f302e342e31300d0a486f73743a206c6f63616c686f73743a393030300d0a557067726164653a20776562736f
636b65740d0a436f6e6e656374696f6e3a20557067726164650d0a5365632d576562536f636b65742d4b65793a206c4d6877
442b574e6e435946743663444f6d457243513d3d0d0a5365632d576562536f636b65742d56657273696f6e3a2031330d0a0d
0a
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
576562536f636b6574732f302e342e31300d0a557067726164653a20776562736f636b65740d0a436f6e6e656374696f6e3a
20557067726164650d0a5365632d576562536f636b65742d4163636570743a204159726144434531755136373453426e7437
7278505870426a75733d0d0a0d0a
002 TX FRAME : OPCODE=1, FIN=True, RSV=0, MASK=ae688a64, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
Hello, world!
003 TX OCTETS: 81
004 TX FRAME : OPCODE=7, FIN=True, RSV=0, MASK=cd2fc33e, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
Hello, world!
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, MASK=bddcc471, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
006 FAIL CONNECTION AFTER 1.000000 sec
007 TX OCTETS: 8d
008 TX OCTETS: ae
009 TX OCTETS: 68
010 TX OCTETS: 8a
011 TX OCTETS: 64
012 TX OCTETS: e6
013 TX OCTETS: 0d
014 TX OCTETS: e6
015 TX OCTETS: 08
016 TX OCTETS: c1
017 TX OCTETS: 44
018 TX OCTETS: aa
019 TX OCTETS: 13
020 TX OCTETS: c1
021 TX OCTETS: 1a
022 TX OCTETS: e6
023 TX OCTETS: 00
024 TX OCTETS: 8f
025 TX OCTETS: 87
026 TX OCTETS: 8d
027 TX OCTETS: cd
028 TX OCTETS: 2f
029 TX OCTETS: c3
030 TX OCTETS: 3e
031 TX OCTETS: 85
032 TX OCTETS: 4a
033 TX OCTETS: af
034 TX OCTETS: 52
035 TX OCTETS: a2
036 TX OCTETS: 03
037 TX OCTETS: e3
038 TX OCTETS: 49
039 TX OCTETS: a2
040 TX OCTETS: 5d
041 TX OCTETS: af
042 TX OCTETS: 5a
043 TX OCTETS: ec
044 TX OCTETS: 89
045 TX OCTETS: 80
046 TX OCTETS: bd
047 TX OCTETS: dc
048 TX OCTETS: c4
049 TX OCTETS: 71
050 RX OCTETS: 810d48656c6c6f2c20776f726c6421882403ea64617461206672616d65207573696e67207265736572766564206f70636f64
652037
051 RX FRAME : OPCODE=1, FIN=True, RSV=0, MASKED=False, MASK=None
Hello, world!
052 RX FRAME : OPCODE=8, FIN=True, RSV=0, MASKED=False, MASK=None
ędata frame using reserved opcode 7
053 TX FRAME : OPCODE=8, FIN=True, RSV=0, MASK=dd003454, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
č
054 TX OCTETS: 8882dd003454dee8
055 TCP DROPPED BY PEER