Hiroki Nishino

Results 5 issues of Hiroki Nishino

It needed to be implemented on the API::Event.pm as well as in Types.pm. https://github.com/line/line-bot-sdk-perl/pull/154

In Armeria's Endpoint implementation, URLs without a port number after the : are considered [invalid](https://github.com/line/armeria/blob/9a8c0a05f6426992b0ed5298d52b6a19e312ea93/core/src/main/java/com/linecorp/armeria/client/Endpoint.java#L111). For example, the following URL `http://example.com:/hogehoge` This URL looks strange at first glance, but according...

defect