OSDN Git Service

http_protocol_module_base.h修正
authoryatabe <yatabe@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Mon, 5 Jan 2009 01:31:01 +0000 (01:31 +0000)
committeryatabe <yatabe@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Mon, 5 Jan 2009 01:31:01 +0000 (01:31 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-shamshel@5599 1ed66053-1c2d-0410-8867-f7571e6e31d3

include/http_protocol_module_base.h

index ff76a0c..bfd0a92 100644 (file)
@@ -39,6 +39,8 @@ protected:
        bool    find_http_header(\r
                                                                const boost::array<char,MAX_BUFFER_SIZE>& buffer,\r
                                                                const int buffer_len,\r
+                                                               const boost::array<char,MAX_BUFFER_SIZE>& http_header_name,\r
+                                                               const int http_header_name_len,\r
                                                                int& http_header_offset,\r
                                                                int& http_header_len );\r
 \r