-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Listener to hear when file stalls on upload. #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Salut, seems to have a tab problem so it makes it hard to see what really changed. If you have the cycle, can you redo the pull. Will looks tomorrow. Thanks! |
I think that I fixed the File Part that had so serious tab issues. Let me know if that didn't work. Gail |
Salut,
Should it be the normal Sonatype/Apache 2 license. Also, since you are contributing more and more (yeahhh), it would be nice if you could sign the CLA.
Thanks!!! |
Yes that is an oversight on my part it should be the standard Sonatype/Apache 2 license. |
Do I need to resend the pull request? |
No, I will make the change locally. But I still think you will need to sign the CLA ... usually I don't ask for it if changes are less than ~100 lines ... but your contribution is more now :-) Thanks! |
I will sign and send the license agreement this morning. . |
Salut, let me know once you have send the CLA, I will go ahead and merge. I'm planning to cut 1.7.1 soon with your fixes BTW. |
Well, looks like I already merged and wrongly pushed. Anyway let me know once you have send the document |
I sent the document (via email and snail mail) last week and have gotten it Is there something else I need to do? Thanks! Gail On Tue, Jan 24, 2012 at 11:22 AM, Jeanfrancois Arcand <
Thanks! Gail Nordic Symposium |
Great! Nothing to do. Thanks!! |
Added listener to hear when the file stalls on upload. Currently it can get stuck in the while loop indefinitely or take a really long time if the connection is really slow. So this can check when nothing happens on the connection for a while.