Merge remote-tracking branch 'origin/topic/johanna/bit-1651'

BIT-1651 #merged

* origin/topic/johanna/bit-1651:
  Fix behavior of connection_pending event
This commit is contained in:
Robin Sommer 2016-08-01 08:00:50 -07:00
commit dd06f8b290
5 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# @TEST-EXEC: bro -C -r $TRACES/tls/chrome-34-google.trace %INPUT
# @TEST-EXEC: btest-diff .stdout
event connection_pending(c: connection)
{
print current_time(), "Connection pending", c$id, c$history;
}