micheleselea

Results 32 issues of micheleselea

Hi all, I have an issue when I construct a LocalDateTime, because the constructor invoke `determineTzd(true)` the adjust=true variable make the code call for `std::tm* broken = std::localtime(&epochTime);` sometimes, and...

bug

#### Expected behavior _originateTimestamp initialized with the correct value #### Actual behavior _originateTimestamp is initialized substracting 70 years (2874597888) from the wrong value utcTime() that is (from documentation) UTC base...

#### Expected behavior if the file does not exists return false, true if exists #### Actual behavior Sometimes happens to me that for some network files (accessed like \\IP\\folder\file.txt) function...

enhancement

the OptionProcessor throw an exception if we give it an argument not configured in defineOptions(). The problem is that the exception is thrown out of the main application so is...

enhancement
question

on Windows std::localtime can return null, it's better to use localtime_s, unfortunately is not std standard

Hi all, if you use DateTimeParser::tryParse to parse an invalida datetime, often you obtain true but the datetime is invalid ``` Poco::DateTime dt; int tz = 0; if (Poco::DateTimeParser::tryParse("%d/%m/%Y", "some...

duplicate
enhancement

I think with 1.12.2 we revert to the old problem of socket reactor goes in "while(1)" if no socket is sending. So for example I can reproduce the problem simply...

#### Expected behavior When you use SSL socket if you try to receive bytes that are not ready the TimeoutException is never triggered, instead is triggered Poco::Net::SSLConnectionUnexpectedlyClosedException #### Actual behavior...

stale

Hi @obiltschnig @aleks-f because I'm going digging in HTTP/2 I want to implement in my application, and it would be nice if I manage to integrate it in current Poco...

enhancement
stale

Few days ago I discover what `Accept-encoding: br` means. So I manage to make a class to implement Brotli compression wrapping the source code from [github Brotli](https://github.com/google/brotli) It's a raw...

enhancement
stale