Re: [Quickfix-developers] read errors in readFromSocket losing information in Exception Handling
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-07-25 15:42:29
|
Howard, I checked in a fix for this a couple days ago which went out with 1.12.0. Take a look and let us know if the correct error show up in this scenario. --oren On Jul 21, 2006, at 1:40 PM, Howard Engelhart wrote: > f it is passed < > 0 (error) it passes the base constructor "". I believe the intent was > to have the SocketException() base constructor invoked, calling > errorToWhat to get the error string from errno. However the actual > result is that the SocketException is passed a blank string and no > errno > specific information is captured. |