File Changes for galt
switch to commits view, user indexv347_preview2 to v347_base (2017-03-27 to 2017-04-03) v347
Show details
- src/inc/net.h
- lines changed 3, context: html, text, full: html, text
8bb6e8cc14b264b4a32b855045151e98638267c3 Tue Mar 28 23:12:00 2017 -0700
Step1 Seven Bridges HIPAA-compliant Amazon Storage securely signed URLs meant for GET do not allow them to be used with another method such as HEAD. Therefore we use a GET with byterange=0-0 so that it will still work with Amazon and still return correct info about size and last-modified date of the bigDataUrl file. refs #19158
- src/lib/https.c
- lines changed 1, context: html, text, full: html, text
366ddf93550ccfa3a4b122f3df88429ced4db32d Thu Mar 30 21:22:13 2017 -0700
oops. conditional comp version needs to match parameters.
- src/lib/net.c
- lines changed 20, context: html, text, full: html, text
8bb6e8cc14b264b4a32b855045151e98638267c3 Tue Mar 28 23:12:00 2017 -0700
Step1 Seven Bridges HIPAA-compliant Amazon Storage securely signed URLs meant for GET do not allow them to be used with another method such as HEAD. Therefore we use a GET with byterange=0-0 so that it will still work with Amazon and still return correct info about size and last-modified date of the bigDataUrl file. refs #19158
- src/lib/udc.c
- lines changed 17, context: html, text, full: html, text
8bb6e8cc14b264b4a32b855045151e98638267c3 Tue Mar 28 23:12:00 2017 -0700
Step1 Seven Bridges HIPAA-compliant Amazon Storage securely signed URLs meant for GET do not allow them to be used with another method such as HEAD. Therefore we use a GET with byterange=0-0 so that it will still work with Amazon and still return correct info about size and last-modified date of the bigDataUrl file. refs #19158
switch to commits view, user index