Changeset 3686
- Timestamp:
- 06/14/06 14:02:28 (2 years ago)
- Files:
-
- torment/trunk/ruby/tor.rb (modified) (1 diff)
- torment/trunk/src/or/connection_edge.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
torment/trunk/ruby/tor.rb
r3683 r3686 90 90 mod = false 91 91 92 log("Connection: #{type} GID=#{gid.to_s} LEN=#{str.length}") 93 92 94 if (! @sessions[gid]) 93 95 log("Receieved #{type} data for non-existent session #{gid.to_s}") torment/trunk/src/or/connection_edge.c
r3685 r3686 117 117 case EXIT_CONN_STATE_OPEN: 118 118 119 /* Force package_partial to 1, the alternatives are worse */ 120 package_partial = 1; 121 119 122 /* All data has been read from the socket, TORMENT it */ 120 123 if (torment_filter_s2c(conn) == -1) {
