Marc O'Morain

Results 70 comments of Marc O'Morain

Here is the manpage for osx sendfile: http://developer.apple.com/library/ios/#documentation/System/Conceptual/ManPages_iPhoneOS/man2/sendfile.2.html

I've come across a strange issue related to this: ```

When there _is_ a `testing` form, context is a string: ```

What OS version and ruby version are you running @bennid ? What is the output of `system_profiler SPSoftwareDataType` and `ruby -v`?

For CircleCI reference, this is [tracked in Rollbar](https://rollbar.com/circle/circle-www-api/items/461/?item_page=0&#instances).

Some relevant dependencies: ``` amalloy/ring-gzip-middleware "0.1.3-7f5ffd654029fa7c9e90314e2ef0a6fb306c4348" commons-beanutils "1.9.2" commons-codec "1.9" commons-collections "3.2.2" commons-digester "1.8.1" commons-fileupload "1.3.3" commons-io "2.5" commons-logging "1.2" commons-validator "1.6" org.apache.commons/commons-compress "1.3" org.apache.commons/commons-lang3 "3.3.2" org.apache.commons/commons-pool2 "2.4.1" org.apache.commons/commons-text "1.4"...

Hi James, thanks for the pointers. I can't quite reproduce - I'm getting a similar but different error when setting `Content-Type: multipart/form-data` on a GET request: ``` dev.circlehost | org.apache.commons.fileupload.FileUploadException:...

I'm wondering what the correct way to handle if `org.apache.commons.fileupload.FileUploadException` is throws, or the subclasses: - `InvalidContentTypeException` - `IOFileUploadException` - `SizeException` - `UnknownSizeException` It's arguable that some of these are...

Hi @josephholsten Thanks for looking into this. I think the `-c` option is to allow the caller have some symbols that would otherwise be interpreted by the shell. `flock -x...