Replies: 2 comments
-
Hey, could you publish a minimal reproducible example? There might be a race condition or something like that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah sorry I forgot to close this. The problem involved the caching of the connection such that I only sent my header the 2nd time I tried to connect, but by then it was a reconnection and the header was cached. It seems tk be client side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to extract an auth string upon a client connection.
I have tried both req_parts and
TryData
and I always get the key just fine in the header map. This works great when on my development machine both in release and debug builds.However only when deploying on our prod linux machine do I find that the value of the map is blank. Always blank. The client is sending the same payload, but the recieved payload only includes the header key. Here is a sample of my extracting:
I have an altnerate version with
req_parts
that exhibits the same issue. Occassionally on prod the string will get through -- but only once. I am really stumped here, any ideas as to what I may be doing wrong are much appreciated.Beta Was this translation helpful? Give feedback.
All reactions