Skip to content

Commit

Permalink
export http client low-level api
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Mar 21, 2023
1 parent da91850 commit dbcd97c
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 203 deletions.
3 changes: 3 additions & 0 deletions base/hsocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ HV_INLINE int nonblocking(int sockfd) {
#undef EINPROGRESS
#define EINPROGRESS WSAEINPROGRESS

#undef EINTR
#define EINTR WSAEINTR

#undef ENOTSOCK
#define ENOTSOCK WSAENOTSOCK

Expand Down
Loading

0 comments on commit dbcd97c

Please sign in to comment.