search for: url_schem

Displaying 6 results from an estimated 6 matches for "url_schem".

Did you mean: url_scheme
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered the following error at the end: rm -f liblpxelinux.a ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o
2010 Jan 09
8
X-Forwarded-Proto / X_FORWARDED_PROTO
Eric, think I came across an issue with the parser in unicorn, with a request (due to 2 layers of nginx proxying) coming across with both a X_FORWARDED_PROTO and a X-Forwarded-Proto header. From the socket (in HttpRequest) - we get: X_FORWARDED_PROTO: http X-Forwarded-Proto: https which is parsed to HTTP_X_FORWARDED_PROTO"=>"http,https There was a passenger ticket that
2010 Jun 02
8
Read error: #<TypeError: can't modify frozen string> raised from HttpParser
Hey guys, Started running unicorn in a production server like two weeks ago. It''s been running smoothly, but looking at the logs found 44 exceptions like this: E, [2010-06-02T16:17:15.117071 #22680] ERROR -- : Read error: #<TypeError: can''t modify frozen string> E, [2010-06-02T16:17:15.117270 #22680] ERROR -- :
2019 Dec 20
0
Wine release 5.0-rc2
...39;. msvcrt: Implement wcstod without using 'long double'. Jacek Caban (6): jscript/tests: Allow GetTypeInfo calls. rpcrt4: Fix implicit in attribute handling in write_param_fs. rpcrt4: Support VT_BSTR in get_param_pointer_info. wininet: Add missing schemes to url_schemes. wininet: Don't set default gopher protocol in InternetCrackUrlW. configure: Allow setting CROSSLDFLAGS by configure. Louis Lenders (1): kernel32: Update version to win7. Michael Stefaniuc (6): dmband/tests: Use wide-char string literals. dmime/tests: Use wide-...
2015 Jun 03
5
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
...ng correct ip addresses. Details and code below. My approach: In efi/pxe.c: #include <syslinux/firmware.h> #include <syslinux/pxe_api.h> #include "efi.h" #include "net.h" #include "fs/pxe/pxe.h" ++ extern struct syslinux_ipinfo IPInfo; const struct url_scheme url_schemes[] = { { "tftp", tftp_open, 0 }, { "http", http_open, O_DIRECTORY }, { "ftp", ftp_open, O_DIRECTORY }, { NULL, NULL, 0 }, }; ? void net_parse_dhcp(void) { EFI_PXE_BASE_CODE_MODE *mode; EFI_PXE_BASE_CODE *bc; EFI_PXE_BASE_CODE_...
2010 Jul 30
0
Wine release 1.3.0
...unit_free_for_vs. Sven Baars (3): kernel32: Update the Dutch translation. user32: Fix the Dutch translation. shdocvw: Add the Dutch translation. Thomas Mullaly (33): urlmon: Implemented functionality for retrieving the RAW_URI property of a IUri. include: Updated the URL_SCHEME enum. urlmon: Added a scheme name parser for the IUri interface. urlmon: Added a parser function to determine the scheme type of a URI. urlmon: Added a canonicalization function for the scheme of a URI. urlmon: Implemented functionality for retrieving the scheme name of a I...