NetTalk Central

Author Topic: Debugging - When is a log entry made? Start or end of a request?  (Read 3007 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Second question

Is the entry in Logging made at the start of the request process or at the end.  In other words, when we look at the last log entry, is that the last completed request or the one in process (if the server is not able to finish the request).

Thanks. 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: Debugging - When is a log entry made? Start or end of a request?
« Reply #1 on: June 10, 2019, 11:25:57 PM »
I think the log occurs at the _start_ of the process (for a GET).
For a POST there are 2 entries - one when the POST _starts_ to arrive (and the header has arrived) and another when the complete post has been received.

cheers
Bruce

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Debugging - When is a log entry made? Start or end of a request?
« Reply #2 on: June 11, 2019, 08:32:50 AM »
That will help thanks