Sergey

Results 17 issues of Sergey

The very similar issue [PyYaml can't parse mappings with lists as keys #339](https://github.com/yaml/pyyaml/issues/339) The valid YAML ```yaml {1: 1}: first ``` is expected to be loaded into a dictionary, for...

The [Releases and Downloads](https://curl.se/download.html) page offers to download only libcurl.dll without a development stuff, devel package, although it is available in the neighbor location. Please add Windows 32 bit cygwin...

![image](https://user-images.githubusercontent.com/18064360/154818478-e51806c6-f485-44a4-8943-c8af19f197ac.png) ![image](https://user-images.githubusercontent.com/18064360/154818420-1c64b019-e817-4508-9dae-5f5fb5c4f8c4.png)

Data range can be requested and 401 Unauthorized can be responded with a body unrelated to the requested content, and without Content-Range header, with unrelated Content-Length value. `curl_easy_perform()` fails with...

HTTP

Fixes uncolored output on Windows PowerShell with CTest (#2930) Fixes uncolored output on GitHub and other Windows terminals. CTest writes googlest standard output and error streams to standard output and...

### Describe the issue The smallest code does not compile (https://godbolt.org/z/znYd68E13) ```c++ #include "gtest/gtest.h" #include "nlohmann/json.hpp" void operator

This change https://github.com/yhirose/cpp-httplib/pull/1632 breaks WinRT/UWP builds - there is no [`CreateFileA()`](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea#requirements) available

Request: ``` GET /range.bin HTTP/1.1 Host: 127.0.0.1:18080 Range: bytes=1000- Accept: */* Connection: TE gzip Accept-Language: en-us, en;q=0.9 ``` The server `.Get()` handler: ```c++ response.status = 401; response.set_header("WWW-Authenticate", "Basic realm=123456"); ```...

bug