File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class BOOST_HTTP_PROTO_DECL message_base
126126
127127 @param n The payload size to set.
128128 */
129- BOOST_HTTP_PROTO_DECL
129+
130130 void
131131 set_payload_size (
132132 std::uint64_t n);
@@ -143,7 +143,7 @@ class BOOST_HTTP_PROTO_DECL message_base
143143
144144 @param n The Content-Length to set.
145145 */
146- BOOST_HTTP_PROTO_DECL
146+
147147 void
148148 set_content_length (
149149 std::uint64_t n);
@@ -160,7 +160,7 @@ class BOOST_HTTP_PROTO_DECL message_base
160160
161161 @param value The value to set.
162162 */
163- BOOST_HTTP_PROTO_DECL
163+
164164 void
165165 set_chunked (bool value);
166166
@@ -182,7 +182,7 @@ class BOOST_HTTP_PROTO_DECL message_base
182182
183183 @param value The value to set.
184184 */
185- BOOST_HTTP_PROTO_DECL
185+
186186 void
187187 set_keep_alive (bool value);
188188};
You can’t perform that action at this time.
0 commit comments