//If this is a HEAD request generated by an ASINetworkQueue, we need to let the main request generate its headers first so we can use them
if([selfmainRequest]){
[[selfmainRequest]buildRequestHeaders];
}
// Even if this is a HEAD request with a mainRequest, we still need to call to give subclasses a chance to add their own to HEAD requests (ASIS3Request does this)
//If this is a HEAD request generated by an ASINetworkQueue, we need to let the main request generate its headers first so we can use them
if([selfmainRequest]){
[[selfmainRequest]buildRequestHeaders];
}
// Even if this is a HEAD request with a mainRequest, we still need to call to give subclasses a chance to add their own to HEAD requests (ASIS3Request does this)