Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
6840e36d
Commit
6840e36d
authored
5 years ago
by
gejun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reformatting some comments in http_message.h
parent
0d415ce3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
http_message.h
src/brpc/details/http_message.h
+3
-3
No files found.
src/brpc/details/http_message.h
View file @
6840e36d
...
...
@@ -18,10 +18,10 @@
#ifndef BRPC_HTTP_MESSAGE_H
#define BRPC_HTTP_MESSAGE_H
#include <string>
// std::string
#include <string> // std::string
#include "butil/macros.h"
#include "butil/iobuf.h"
// butil::IOBuf
#include "butil/scoped_lock.h"
// butil::unique_lock
#include "butil/iobuf.h" // butil::IOBuf
#include "butil/scoped_lock.h" // butil::unique_lock
#include "butil/endpoint.h"
#include "brpc/details/http_parser.h" // http_parser
#include "brpc/http_header.h" // HttpHeader
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment