`DAVRequest.m` does: ``` connection.originalRequest ``` Unfortunately, this property of `NSURLConnection` is new in 10.8, so we need to find an alternative for before that.