The following is a partial screenshot of the terminal where my Django development server runs in and were the server is responding to an HTTP request:
As far as I know a line from the screen contains the following information:
[Date
Time
] "Request method
file path
HTTP protocol version
" HTTP status code
PID(Process ID)
Is this correct? If so, has the PID
of the response of a certain line terminated as soon as the following response line is shown on the screen?