To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=46752
------- Additional comments from [EMAIL PROTECTED] Fri May 6 04:23:01 -0700 2005 ------- sb->jayanta: Sorry, I must have screwed something up when I claimed "worksforme." Checking once more reveals that the behaviour of osl_readSocket (which is ultimately called from the given XConnection.read) is by design to block until the requested number of bytes have been read, or an error or EOF occured---on *any* platform (not only Windows). We could provide the requested functionality by making the XConnection object returned by the given XConnector.connect method (implemented in io/source/connector/connector.cxx 1.7) additionally implement com.sun.star.connection.XConnection2, which has a method readSomeBytes. However, we would need to extend sal with some new function like osl_readSomeBytesSocket. Anyway, a more powerful (proxies, authentication, ...) way to access HTTP resources is through the Universal Content Broker (<ucb.openoffice.org>), available via UNO. Have you tried that one? I personally think that given the UCB, it is not necessary to add the functionality outlined in the previous paragraph. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
