8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
@load base/protocols/conn
|
|
@load base/protocols/http
|
|
|
|
event connection_state_remove(c: connection)
|
|
{
|
|
print c;
|
|
}
|