lwip: wget: pass port and server_name via wget_ctx
authorAdriano Cordova <adrianox@gmail.com>
Tue, 3 Dec 2024 12:55:34 +0000 (09:55 -0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 4 Dec 2024 11:24:37 +0000 (12:24 +0100)
commitab49ede318751c8a1920e3fd5957f16e4df7f490
treee79405149e644598510cb536b7468a2e5144c136
parentdf863c4aa30ee4e624058f64132b7243c6370ef5
lwip: wget: pass port and server_name via wget_ctx

Commit 5907c81 ("net: lwip: Enable https:// support for wget") was not
  correctly rebased on top of the changes introduced by Commit 6cc4d04
  ("net/lwip: wget: put server_name and port into wget_ctx") in next.
  This commit re-applies a  couple of lines from 6cc4d04.

  Fixes: Commit 5907c81 ("net: lwip: Enable https:// support for wget")

Signed-off-by: Adriano Cordova <adrianox@gmail.com>
net/lwip/wget.c