You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the development phase of the Windows platform, there is a business middleware of my own. Both before_handle and end_handle have their own codes. The client sends an http post request and passes json data. The whole business is normal and can request and respond correctly. However, during the operation, the webapi requested may be in the fin_wait_2 connection state with the server. In this case, subsequent webapi requests and responses cannot be made. I have encountered this many times. This cannot be used as a web server. Have you not encountered this? I wonder if the crowcpp version has this similar bug.
The text was updated successfully, but these errors were encountered:
During the development phase of the Windows platform, there is a business middleware of my own. Both before_handle and end_handle have their own codes. The client sends an http post request and passes json data. The whole business is normal and can request and respond correctly. However, during the operation, the webapi requested may be in the fin_wait_2 connection state with the server. In this case, subsequent webapi requests and responses cannot be made. I have encountered this many times. This cannot be used as a web server. Have you not encountered this? I wonder if the crowcpp version has this similar bug.
The text was updated successfully, but these errors were encountered: