-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpServer Issue with SessionID #786
Comments
Yep, I see what's up. The HttpServer constructs SessionID strings in a pretty naive way. I bet I can do that better. |
I started rewriting the whole HttpServer. Hopefully done tomorrow. |
gbirchmeier
added a commit
to gbirchmeier/quickfixn
that referenced
this issue
Feb 3, 2024
connamara#786 * doesn't crash the QF application on errors * now has sane HTML * same uninspired design
gbirchmeier
added a commit
to gbirchmeier/quickfixn
that referenced
this issue
Feb 3, 2024
connamara#786 * doesn't crash the QF application on errors * now has sane HTML * same uninspired design
gbirchmeier
added a commit
to gbirchmeier/quickfixn
that referenced
this issue
Feb 3, 2024
connamara#786 * doesn't crash the QF application on errors * now has sane HTML * same uninspired design
gbirchmeier
added a commit
to gbirchmeier/quickfixn
that referenced
this issue
Feb 5, 2024
connamara#786 * doesn't crash the QF application on errors * now has sane HTML * same uninspired design * reverted the access/name change to Session.Logon/Logout from connamara#826; that was a blunder (by me)
gbirchmeier
added a commit
to gbirchmeier/quickfixn
that referenced
this issue
Feb 5, 2024
connamara#786 * doesn't crash the QF application on errors * now has sane HTML * same no-frills design * reverted the access/name change to Session.Logon/Logout from connamara#826; that change was a blunder (by me)
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found one case when session cgf file has SenderSubID but the session listed in admin interface does not include it. This results into "Session not found" exception when user clicks the session details link. This exception is crashing the main process.
quickfixn/QuickFIXn/HttpServer.cs
Line 285 in ce2cdf6
The text was updated successfully, but these errors were encountered: