Skip to content

Commit 25deb99

Browse files
fix a typo error (alibaba#1103) (alibaba#1105) (alibaba#1106)
Co-authored-by: fangqianan <fqafrancis@outlook.com>
1 parent 154c7dd commit 25deb99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/http/message.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int Request::reset(Verb v, std::string_view url, bool enable_proxy) {
323323
if ((size_t)m_buf_capacity <= u.target().size() + 21 + verbstr[v].size())
324324
LOG_ERROR_RETURN(ENOBUFS, -1, "out of buffer");
325325

326-
LOG_DEBUG("requst reset ", VALUE(u.host()), VALUE(enable_proxy));
326+
LOG_DEBUG("request reset ", VALUE(u.host()), VALUE(enable_proxy));
327327

328328
Message::reset();
329329
make_request_line(v, u, enable_proxy);

0 commit comments

Comments
 (0)