Bug #288
int64 conversion to int warning in HttpRequest::GetContentLength()
| Status: | Approved | Start date: | 05/20/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Iñaki Zabala | % Done: | 0%  | |
| Category: | Core | Spent time: | - | |
| Target version: | - | 
Description
Hello Mirek
In Http.cpp:
int   HttpRequest::GetContentLength()
{
    return header.GetContentLength();
}
	However in InetUtil.cpp
int64 HttpHeader::GetContentLength()
This produces a warning: 'return' : conversion from 'Upp::int64' to 'int', possible loss of data
History
#1 Updated by Miroslav Fidler over 13 years ago
- Status changed from New to Ready for QA
 - Assignee changed from Miroslav Fidler to Iñaki Zabala
 
#2 Updated by Miroslav Fidler about 13 years ago
- Status changed from Ready for QA to Approved