[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Best way to catch a HTTP Timeout from the ClientBuilder

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Hey Onno, There is an option on the socket CONNECT to specify a timeout. There's an example coded at github.com/.../set_connect_timeout.p . If I remember right, when this times out then the ReadTimeout event is fired (and you get the HttpRequestError). I can't find a bug for adding this to the ClientSocket that the HTTP Client uses; you may want to log a bug asking for this connect timeout. -- pteer

Continue reading...
 
Status
Not open for further replies.
Back
Top