コード例 #1
0
ファイル: http_test.cpp プロジェクト: runner-mei/squirrel
int on_message_begin_with_reply(shttp_connection_t* conn) {
  return on_message_complete(conn);
}
コード例 #2
0
ファイル: scan_http.cpp プロジェクト: 1aN0rmus/tcpflow
 virtual ~scan_http_cbo(){
     on_message_complete();          // make sure message was ended
 }