Skip to content

Commit

Permalink
Rewrite HttpServer
Browse files Browse the repository at this point in the history
 #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 #826; that change
  was a blunder (by me)
  • Loading branch information
gbirchmeier committed Feb 5, 2024
1 parent 8224b03 commit 590f487
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 521 deletions.
1 change: 0 additions & 1 deletion Examples/Executor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using System.Runtime.ConstrainedExecution;
using System.Text;
using Acceptor;
using QuickFix;

namespace Executor
Expand Down
Loading

0 comments on commit 590f487

Please sign in to comment.