Re: HTTPClient Feature Patch

2003-02-23 Thread Thoralf Rickert
Hi! I would recommend against doing it in this way. Primarily because it involves polling (the second thread calling getWrittenRequestBodyBytes() repeatedly) and because of the added synchronization overhead. Yes, I would call it just once a second, but nobody knows what someone else does. In

HTTPClient Feature Patch

2003-02-21 Thread Thoralf Rickert
ring upload to get the number of transfered bytes. So I can show the user, that the application still works... Do you think, that this small patch is useful for you too or do you know another way? Thanks, Thoralf Rickert - To unsu