The client enters a domain, receives information from the server, and displays it in a web browser
I'm a studious student!
But suddenly, while communicating with the server, I'm curious how it works if you click the x mark at the top of the browser and exit the browser, so I'm asking you a question!
"I just asked because I was curious" was written elsewhere.
When you attempt to send a request even though the TCP connection is closed, the behavior is completely different depending on what the server software is. For example, if you are sending data while a dynamic script is running, let the script know (*abort) that the loading is interrupted, and then let the script language take care of it. (By default, PHP just shuts down) When the script runs out, or if it was a static file request, it just returns the result whether the connection is closed or not.
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
581 PHP ssh2_scp_send fails to send files as intended
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.