benweissmann commented on PR #619:
URL:
https://github.com/apache/httpcomponents-client/pull/619#issuecomment-2708467305
Is there a reason to default to the fixed boundary rather than the
secure-random boundary? I think the only time it's safe to use a fixed boundary
is if there's no user-
ok2c commented on PR #516:
URL:
https://github.com/apache/httpcomponents-core/pull/516#issuecomment-2708326779
> I question why the application thread is doing this work at all though.
The general design of this library seems to treat each connection as a single
threaded environment. With
ok2c commented on PR #516:
URL:
https://github.com/apache/httpcomponents-core/pull/516#issuecomment-2708325915
@CelestiaTheDryad My apologies it has taken me so long
I think I have managed to fix the concurrency issues without resorting to
thread synchronization. (I did try using an
[
https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932991#comment-17932991
]
Oleg Kalnichevski commented on HTTPCORE-777:
[~oleksandrkriuchenko]
# Her
[
https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933510#comment-17933510
]
ASF subversion and git services commented on HTTPCORE-777:
--
Co
stoty commented on PR #615:
URL:
https://github.com/apache/httpcomponents-client/pull/615#issuecomment-2708153331
I hope I got all the fixes we discussed, @michael-o .
Based on my digging, I have set isConnectionBased() to false.
I have also fixed the logic in the needAuthentic