Subject: [Boost-bugs] [Boost C++ Libraries] #8172: Boost ASIO async connect false fail on HP-UX
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-25 13:15:16
#8172: Boost ASIO async connect false fail on HP-UX
------------------------------------+---------------------------------------
Reporter: pinkerik88@⦠| Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.53.0 | Severity: Problem
Keywords: hpux,acc,async_connect |
------------------------------------+---------------------------------------
HP-UX migs01a B.11.31 U ia64
aCC: HP C/aC++ B3910B A.06.20 [May 13 2008]
Im getting weird and unexpected error using socket::async_connect
Handle is called with error_code set to: 22 - system - Invalid argument
(value - category - message)
Even though the socket is actualy connected, because if I force to ignore
this particular error, everything goes perfectly fine.
I can even use the socket to transfer whole 400MB file to another server.
Maybe a mismatch in code? Because there are other applications running
there that are using POSIX sockets (not asio)
If files are needed I can create some, but I dont see a point in that,
since its 4 lines of code. I even tryed using endpoint constructor with ip
address or resolver using query.
Localhost works btw. Without calling handler with error.
Thx
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8172> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC