Merge lp://staging/~marcustomlinson/net-cpp/fix_ppc_timeout-rtm into lp://staging/net-cpp/rtm-14.09
Proposed by
Marcus Tomlinson
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 41 | ||||
Proposed branch: | lp://staging/~marcustomlinson/net-cpp/fix_ppc_timeout-rtm | ||||
Merge into: | lp://staging/net-cpp/rtm-14.09 | ||||
Diff against target: |
16 lines (+5/-1) 1 file modified
src/core/net/http/impl/curl/request.h (+5/-1) |
||||
To merge this branch: | bzr merge lp://staging/~marcustomlinson/net-cpp/fix_ppc_timeout-rtm | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß | Pending | ||
Review via email: mp+247409@code.staging.launchpad.net |
Commit message
Explicitly cast milliseconds:
Description of the change
Explicitly cast milliseconds:
On PPC, this method returns an 8-byte long long, of which libCurl is hardcoded to read only the first 4 bytes. Furthermore, PPC being Big Endian means that the first 4 bytes will be 0 for any number lower than 2147483648.
To post a comment you must log in.
Top approving as this is literally the same change that has been approved here: https:/ /code.launchpad .net/~marcustom linson/ net-cpp/ fix_ppc_ timeout/ +merge/ 247100