Skip to content
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

t/attach.t issue on el7 #11

Open
daldoyle opened this issue Sep 13, 2017 · 1 comment
Open

t/attach.t issue on el7 #11

daldoyle opened this issue Sep 13, 2017 · 1 comment
Labels

Comments

@daldoyle
Copy link

At the end of t/attach.t there is a test for trying to upload a file bigger than the max allowed upload size. This works fine on el5 and el6, but on el7 there appears to be some sort of race condition where it works about 50% of the time. It always blocks the file upload, but sometimes you get a 413 response back (what is expected) and sometimes Apache just closes the connection without sending anything at all back.

Need to investigate more to see why. For now I have skipped the tests on EL7 since this is a very uncommon scenario and don't want to block all of el7 support on it.

@daldoyle daldoyle added the bug label Sep 13, 2017
@daldoyle
Copy link
Author

See 593f5cf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant