Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Fix support for /https multiaddrs passed to constructor #965

Merged
merged 1 commit into from
Apr 9, 2019

Commits on Apr 8, 2019

  1. fix: https multiaddr support in constructor

    Passing HTTPS multiaddr as a string to constructor did not work,
    protocol was ignored and unencrypted HTTP was used.
    
    This commit improves parsing of multiaddr constructor parameter
    and adds tests to ensure HTTPS is respected in all scenarios.
    
    It also updates iso-stream-http to v0.1.2
    which includes fix for "https does not exist"
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2876d32 View commit details
    Browse the repository at this point in the history