forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit83f17fd
committed
Lesson: Be Careful with Print Debugging
So it's been all good all along -- apparently in my eagerness to doprint debugging, actually getting the information from the stream_bufactually causes the characters to be consumed. Removing the printing ofthe linearized command_stream alleviates the hanging issue -- now I canconcentrate on other more pressing matters with the SSL implementationand the other missing functionality with the response type.1 parent2f2890f commit83f17fd
File tree
3 files changed
+7
-9
lines changed- boost/network/protocol/http
- client/connection
- response
3 files changed
+7
-9
lines changedLines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 58 | | |
66 | 59 | | |
67 | 60 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
0 commit comments
Comments
(0)