You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('if this fires soemthing unexpected is happening')
157
158
reqStream.end(reqResObj.request.body);
158
159
}else{
159
160
console.log("ending request");
@@ -173,8 +174,9 @@ const httpController = {
173
174
letisSSE;
174
175
175
176
reqStream.on("response",(headers,flags)=>{
177
+
console.log('GOT BACK A RESPONSE, HALLELUJAH')
176
178
// first argumnet of callback to response listener in ClientHttp2Stream is an object containing the receieved HTTP/2 Headers Object, as well as the flags associated with those headers
177
-
console.log('headers is : ',headers)
179
+
console.log('headers from line 178 is : ',headers)
178
180
// SSE will have 'stream' in the 'content-type' heading
0 commit comments