Thomas Bergmann

Results 4 comments of Thomas Bergmann

I think it was a timeout issue. Setting those undocumented values fixed the issue: https://github.com/kvspb/nginx-auth-ldap/issues/8#issuecomment-31442843

I think after two years this ticket is obselete, it´s working like it should.

With enabled Firebug download test succeeded but was pretty slow. So, I guessed there is a connection between speed and correct measurement. I changed content sizes in network.php and it...

Change content size in network.php (I tenfold it): ``` // Define a content size for the response, defaults to 20MB. $contentSize = 200 * 1024 * 1024; if (!empty($_GET['size'])) {...