spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

express + react ( spdy send request for every call - different behaviour ) #396

Open ugurberkecan opened 1 year ago

ugurberkecan commented 1 year ago

I was using https package for my project and with this i only sent custom request once, on first page load.

but after I use spdy I am sending my custom request every time for every all.

Do you have any idea why ?

i am using express for both side and I only changed https names with spdy actually.