stvhwrd / Stock-Trading-System-HTTP-Server

📈💱 [Containerized Go server] HTTP Server for Stock Trading System project
1 stars 0 forks source link

HTTP server crashes when running 1userlogfile #21

Closed sterlinglaird closed 5 years ago

sterlinglaird commented 5 years ago

Doesn't appear to be a downstream error. First command goes through but the second will return EOF to the workload_gen and the running thread on the server will crash.

stvhwrd commented 5 years ago

Thanks! I'll look into it. I think it's a dissonance between the JSON body actually being received and the JSON body being expected.