mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Improve CefURLRequestJob redirect handling (issue #2542)
This commit is contained in:
committed by
Marshall Greenblatt
parent
919ae45b0f
commit
7ea19d740d
@ -71,7 +71,11 @@ class CefResourceHandler : public virtual CefBaseRefCounted {
|
||||
// false or the specified number of bytes have been read. Use the |response|
|
||||
// object to set the mime type, http status code and other optional header
|
||||
// values. To redirect the request to a new URL set |redirectUrl| to the new
|
||||
// URL. If an error occured while setting up the request you can call
|
||||
// URL. |redirectUrl| can be either a relative or fully qualified URL.
|
||||
// It is also possible to set |response| to a redirect http status code
|
||||
// and pass the new URL via a Location header. Likewise with |redirectUrl| it
|
||||
// is valid to set a relative or fully qualified URL as the Location header
|
||||
// value. If an error occured while setting up the request you can call
|
||||
// SetError() on |response| to indicate the error condition.
|
||||
///
|
||||
/*--cef()--*/
|
||||
|
Reference in New Issue
Block a user