Branch: refs/heads/xdebug_2_2
Home: https://github.com/xdebug/xdebug
Commit: ed8447c5a4c73b8bfc10e5ebac971b10be8cd01c
https://github.com/xdebug/xdebug/commit/ed8447c5a4c73b8bfc10e5ebac971b10be8cd01c
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Changed paths:
M xdebug_com.c
M xdebug_stack.c
Log Message:
-----------
Fixed bug #963: Xdebug waits too long for response from remote client
Instead of relying on the OS socket connect timeout, we now put the socket into
non-blocking mode and use select() to simulate a socket connection time-out.
The time-out is configured to be 200ms and can at the moment not be changed.
Commit: 6f16c510e86ff3652b613ad30aa6af832b1ea965
https://github.com/xdebug/xdebug/commit/6f16c510e86ff3652b613ad30aa6af832b1ea965
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Changed paths:
M xdebug_com.c
M xdebug_stack.c
Log Message:
-----------
Merged pull request #90
Compare: https://github.com/xdebug/xdebug/compare/c6ed7846409a...6f16c510e86f
Received on Tue Dec 03 2013 - 00:49:47 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST