# | Line 8 | Line 8 | |
---|---|---|
8 | ||
9 | int Redirector::handle(Client* client) | |
10 | { | |
11 | < | ios::InputOutputStreamBufAdapter adapter(client->socket); |
12 | < | iostream sio(&adapter); |
11 | > | ios::ToIoStream sio(&client->socket, &client->socket); |
12 | Environment env; | |
13 | stringstream post; | |
14 | ostringstream log; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |