forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit8334695
committed
Functional HTTP Client!
So, now this particular non-HTTPS implementation is doing what it'ssupposed to be doing. There's still a bug in the HTTP implementationwhich needs some squashing, but I'm proud to announce that we're now in(almost) feature parity with the 0.9.3 implementation, *without theheader-only dogma*.There's still quite a lot to do, but this is a milestone commit for therefactoring effort.1 parent83f17fd commit8334695
File tree
2 files changed
+3
-2
lines changed- boost/network/protocol/http/client/connection
- libs/network/test/http
2 files changed
+3
-2
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments
Comments
(0)